|
ROOTPWA
|
#include <massDependence.h>
Public Member Functions | |
| massDependence () | |
| virtual | ~massDependence () |
| virtual std::complex< double > | amp (const isobarDecayVertex &v)=0 |
| virtual std::complex< double > | operator() (const isobarDecayVertex &v) |
| virtual std::string | name () const |
| returns label used in graph visualization, reporting, and key file | |
| bool | operator== (const massDependence &rhsMassDep) const |
| bool | operator!= (const massDependence &rhsMassDep) const |
| virtual std::ostream & | print (std::ostream &out) const |
Static Public Member Functions | |
| static bool | debug () |
| returns debug flag | |
| static void | setDebug (const bool debug=true) |
| sets debug flag | |
Protected Member Functions | |
| virtual bool | isEqualTo (const massDependence &massDep) const |
| returns whether massDep is of same type as this | |
Static Protected Attributes | |
| static bool | _debug = false |
| if set to true, debug messages are printed | |
Brief base class for mass dependences
Definition at line 60 of file massDependence.h.
|
inline |
Definition at line 64 of file massDependence.h.
|
inlinevirtual |
Definition at line 65 of file massDependence.h.
|
pure virtual |
|
inlinestatic |
returns debug flag
Definition at line 78 of file massDependence.h.
References _debug.
Referenced by setDebug().
|
inlineprotectedvirtual |
returns whether massDep is of same type as this
Definition at line 84 of file massDependence.h.
Referenced by operator==().
|
inlinevirtual |
returns label used in graph visualization, reporting, and key file
Reimplemented in rpwa::rhoPrimeMassDep, rpwa::piPiSWaveAuMorganPenningtonKachaev, rpwa::piPiSWaveAuMorganPenningtonVes, rpwa::piPiSWaveAuMorganPenningtonM, rpwa::f0980BreitWigner, rpwa::rhoBreitWigner, rpwa::constWidthBreitWigner, rpwa::relativisticBreitWigner, and rpwa::flatMassDependence.
Definition at line 71 of file massDependence.h.
Referenced by rpwa::waveDescription::setMassDependence().
|
inline |
Definition at line 74 of file massDependence.h.
|
inlinevirtual |
Definition at line 69 of file massDependence.h.
References amp().
|
inline |
Definition at line 73 of file massDependence.h.
References isEqualTo().
|
virtual |
Definition at line 56 of file massDependence.cc.
Referenced by rpwa::operator<<().
|
inlinestatic |
|
staticprotected |
if set to true, debug messages are printed
Definition at line 87 of file massDependence.h.
Referenced by rpwa::piPiSWaveAuMorganPenningtonM::amp(), rpwa::piPiSWaveAuMorganPenningtonVes::amp(), rpwa::rhoPrimeMassDep::amp(), debug(), and setDebug().
1.8.1.2