MINT2
|
#include <SpinFactors3Body_ForRunningWidth.h>
Public Member Functions | |
virtual void | printYourself (std::ostream &os=std::cout) const |
SF_VtoSV0_StoP2P3 (const AssociatedDecayTree &theDecay, const int pol) | |
virtual | ~SF_VtoSV0_StoP2P3 () |
virtual double | getVal (IDalitzEvent &evt) |
virtual std::complex< double > | getNewVal (IDalitzEvent &evt) |
virtual const DecayTree & | exampleDecay () |
virtual std::string | name () const |
int | getPolarisation () |
Public Member Functions inherited from SF_VtoSV0_StoP2P3_BASE | |
SF_VtoSV0_StoP2P3_BASE (const AssociatedDecayTree &theDecay) | |
virtual | ~SF_VtoSV0_StoP2P3_BASE () |
Public Member Functions inherited from SpinFactor | |
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 () |
Public Member Functions inherited from MINT::IReturnRealForEvent< IDalitzEvent > | |
virtual | ~IReturnRealForEvent () |
Public Member Functions inherited from MINT::IReturnComplexForEvent< IDalitzEvent > | |
virtual | ~IReturnComplexForEvent () |
Public Member Functions inherited from CachedByEvent< std::complex< double > > | |
CachedByEvent () | |
CachedByEvent (const CachedByEvent &) | |
std::complex< double > | getValWithCaching (IDalitzEvent &evt) |
std::complex< double > | getValWithCachingPermutation (IDalitzEvent &evt) |
Public Member Functions inherited from MINT::FitParDependent | |
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 |
Public Member Functions inherited from MINT::PolymorphVector< FitParRef > | |
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 |
Public Member Functions inherited from ISpinFactor | |
virtual | ~ISpinFactor () |
Static Public Member Functions | |
static const DecayTree & | getExampleDecay () |
Protected Attributes | |
int | _pol |
Protected Attributes inherited from SF_VtoSV0_StoP2P3_BASE | |
MINT::const_counted_ptr< AssociatedDecayTree > | S |
Protected Attributes inherited from SpinFactor | |
const AssociatedDecayTree & | _theDecay |
int | _nFinal |
std::vector< MINT::const_counted_ptr< AssociatedDecayTree > > | fsPS |
MINT::NamedParameter< int > | _useZemachTensors |
Protected Attributes inherited from CachedByEvent< std::complex< double > > | |
long int | _rememberNumber |
std::vector< long int > | _rememberNumberPermutation |
long int | _configNumber |
Protected Attributes inherited from MINT::PolymorphVector< FitParRef > | |
std::vector< FitParRef > | _vec |
Static Protected Attributes | |
static DecayTree * | _exampleDecay =0 |
Additional Inherited Members | |
Protected Member Functions inherited from SF_VtoSV0_StoP2P3_BASE | |
virtual bool | parseTree (const DalitzEventPattern &pat) |
Protected Member Functions inherited from SpinFactor | |
TLorentzVector | p (int i, IDalitzEvent &evt) |
Protected Member Functions inherited from MINT::IReturnRealForEvent< IDalitzEvent > | |
IReturnRealForEvent () | |
Protected Member Functions inherited from MINT::IReturnComplexForEvent< IDalitzEvent > | |
IReturnComplexForEvent () | |
Protected Member Functions inherited from CachedByEvent< std::complex< double > > | |
long int | rememberNumber () |
long int | rememberNumberPermutation (IDalitzEvent &evt) |
long int | configNumber () |
std::complex< double > | recalculate (IDalitzEvent &evt) |
std::complex< double > | recalculatePermutation (IDalitzEvent &evt) |
Protected Member Functions inherited from ISpinFactor | |
ISpinFactor () | |
Definition at line 216 of file SpinFactors3Body_ForRunningWidth.h.
|
inline |
Definition at line 222 of file SpinFactors3Body_ForRunningWidth.h.
|
inlinevirtual |
Definition at line 226 of file SpinFactors3Body_ForRunningWidth.h.
|
virtual |
Implements SF_VtoSV0_StoP2P3_BASE.
Definition at line 345 of file SpinFactors3Body_ForRunningWidth.cpp.
|
static |
Definition at line 337 of file SpinFactors3Body_ForRunningWidth.cpp.
|
virtual |
Implements SF_VtoSV0_StoP2P3_BASE.
Definition at line 392 of file SpinFactors3Body_ForRunningWidth.cpp.
|
inline |
Definition at line 236 of file SpinFactors3Body_ForRunningWidth.h.
|
inlinevirtual |
Implements SF_VtoSV0_StoP2P3_BASE.
Definition at line 227 of file SpinFactors3Body_ForRunningWidth.h.
|
inlinevirtual |
Reimplemented from SF_VtoSV0_StoP2P3_BASE.
Definition at line 232 of file SpinFactors3Body_ForRunningWidth.h.
|
virtual |
Implements SF_VtoSV0_StoP2P3_BASE.
Definition at line 408 of file SpinFactors3Body_ForRunningWidth.cpp.
|
staticprotected |
Definition at line 219 of file SpinFactors3Body_ForRunningWidth.h.
|
protected |
Definition at line 218 of file SpinFactors3Body_ForRunningWidth.h.