|
virtual void | printYourself (std::ostream &os=std::cout) const |
|
| SF_BtoVP1_VtoTV0_TtoP2P3 (const AssociatedDecayTree &theDecay, const int pol) |
|
virtual | ~SF_BtoVP1_VtoTV0_TtoP2P3 () |
|
virtual double | getVal (IDalitzEvent &evt) |
|
virtual std::complex< double > | getNewVal (IDalitzEvent &evt) |
|
virtual const DecayTree & | exampleDecay () |
|
virtual std::string | name () const |
|
int | getPolarisation () |
|
| SF_BtoVP1_VtoTV0_TtoP2P3_BASE (const AssociatedDecayTree &theDecay) |
|
virtual | ~SF_BtoVP1_VtoTV0_TtoP2P3_BASE () |
|
virtual double | RealVal (IDalitzEvent &evt) |
|
virtual std::complex< double > | ComplexVal (IDalitzEvent &evt) |
|
double | mRes (const AssociatedDecayTreeItem &adt, IDalitzEvent &evt) |
|
double | mRes (const MINT::const_counted_ptr< AssociatedDecayTree > &adt, IDalitzEvent &evt) |
|
const AssociatedDecayTree & | theDecay () const |
|
const AssociatedDecayTree & | theDecay (const DalitzEventPattern &) const |
|
const AssociatedDecayTree & | theDecay (IDalitzEvent &evt) const |
|
| SpinFactor (const AssociatedDecayTree &decay, int nFinal=3) |
|
| SpinFactor (const SpinFactor &other) |
|
virtual void | printParsing (std::ostream &os=std::cout) const |
|
virtual | ~SpinFactor () |
|
virtual | ~IReturnRealForEvent () |
|
virtual | ~IReturnComplexForEvent () |
|
| CachedByEvent () |
|
| CachedByEvent (const CachedByEvent &) |
|
std::complex< double > | getValWithCaching (IDalitzEvent &evt) |
|
std::complex< double > | getValWithCachingPermutation (IDalitzEvent &evt) |
|
virtual unsigned int | size () const |
|
virtual const FitParRef & | operator[] (unsigned int i) const |
|
virtual FitParRef & | operator[] (unsigned int i) |
|
virtual bool | changedSinceLastCall () const |
|
virtual void | rememberFitParValues () |
|
virtual bool | registerFitParDependence (const IFitParDependent &fpd) |
|
bool | registerFitParDependence (const FitParRef &fpr) |
|
void | removeAllFitParDependencies () |
|
| FitParDependent (IFitParRegister *daddy=0) |
|
| FitParDependent (const FitParDependent &other, IFitParRegister *newDaddy=0) |
|
void | listFitParDependencies (std::ostream &os=std::cout) const |
|
| PolymorphVector () |
|
| PolymorphVector (unsigned int N) |
|
| PolymorphVector (unsigned int N, const FitParRef &c) |
|
| PolymorphVector (const PolymorphVector &other) |
|
| PolymorphVector (const typename std::vector< FitParRef > &other) |
|
virtual | ~PolymorphVector () |
|
std::vector< FitParRef > & | theVector () |
|
const std::vector< FitParRef > & | theVector () const |
|
FitParRef & | operator[] (unsigned int i) |
|
const FitParRef & | operator[] (unsigned int i) const |
|
FitParRef & | at (unsigned int i) |
|
const FitParRef & | at (unsigned int i) const |
|
std::vector< FitParRef >::iterator | begin () |
|
std::vector< FitParRef >::const_iterator | begin () const |
|
std::vector< FitParRef >::iterator | end () |
|
std::vector< FitParRef >::const_iterator | end () const |
|
std::vector< FitParRef >::iterator | find (const FitParRef &c) |
|
std::vector< FitParRef >::const_iterator | find (const FitParRef &c) const |
|
FitParRef & | front () |
|
const FitParRef & | front () const |
|
FitParRef & | back () |
|
const FitParRef & | back () const |
|
unsigned int | size () const |
|
bool | empty () const |
|
void | push_back (const FitParRef &c) |
|
void | pop_back () |
|
void | erase (typename std::vector< FitParRef >::iterator pos) |
|
void | erase (typename std::vector< FitParRef >::iterator first, typename std::vector< FitParRef >::iterator last) |
|
PolymorphVector< FitParRef > & | operator= (const PolymorphVector< FitParRef > &other) |
|
void | clear () |
|
void | resize (unsigned int N) |
|
void | resize (unsigned int N, const FitParRef &c) |
|
| operator const typename std::vector< FitParRef > & () const |
|
| operator typename std::vector< FitParRef > & () |
|
bool | operator== (const MINT::PolymorphVector< FitParRef > &v2) const |
|
bool | operator!= (const MINT::PolymorphVector< FitParRef > &v2) const |
|
bool | operator< (const MINT::PolymorphVector< FitParRef > &v2) const |
|
bool | operator> (const MINT::PolymorphVector< FitParRef > &v2) const |
|
virtual | ~ISpinFactor () |
|