BOSS 7.1.3
BESIII Offline Software System
|
#include <EvtManyDeltaFuncLineShape.hh>
Public Member Functions | |
EvtManyDeltaFuncLineShape () | |
EvtManyDeltaFuncLineShape (double mass, double width, double maxRange, EvtSpinType::spintype sp) | |
~EvtManyDeltaFuncLineShape () | |
EvtManyDeltaFuncLineShape & | operator= (const EvtManyDeltaFuncLineShape &x) |
EvtManyDeltaFuncLineShape (const EvtManyDeltaFuncLineShape &x) | |
EvtAbsLineShape * | clone () |
double | getMassProb (double mass, double massPar, int nDaug, double *massDau) |
double | getRandMass (EvtId *parId, int nDaug, EvtId *dauId, EvtId *othDaugId, double maxMass, double *dauMasses) |
![]() | |
EvtAbsLineShape () | |
EvtAbsLineShape (double mass, double width, double maxRange, EvtSpinType::spintype sp) | |
virtual | ~EvtAbsLineShape () |
EvtAbsLineShape & | operator= (const EvtAbsLineShape &x) |
EvtAbsLineShape (const EvtAbsLineShape &x) | |
double | getMass () |
double | getMassMin () |
double | getMassMax () |
double | getMaxRange () |
double | getWidth () |
EvtSpinType::spintype | getSpinType () |
virtual double | rollMass () |
void | reSetMass (double mass) |
void | reSetWidth (double width) |
void | reSetMassMin (double mass) |
void | reSetMassMax (double mass) |
virtual void | reSetBlatt (double blatt) |
void | includeBirthFactor (bool yesno) |
void | addFactorPn (double factor=0.) |
void | includeDecayFactor (bool yesno) |
void | setPWForDecay (int spin, EvtId d1, EvtId d2) |
void | setPWForBirthL (int spin, EvtId par, EvtId othD) |
void | fixForSP8 () |
Additional Inherited Members | |
![]() | |
bool | _includeDecayFact |
bool | _includeBirthFact |
double | _addFactorPn |
double | _mass |
double | _massMin |
double | _massMax |
double | _width |
double | _maxRange |
std::vector< EvtId > | _userSetPWD1 |
std::vector< EvtId > | _userSetPWD2 |
std::vector< int > | _userSetPW |
std::vector< EvtId > | _userSetBirthPar |
std::vector< EvtId > | _userSetBirthOthD |
std::vector< int > | _userSetBirthPW |
EvtSpinType::spintype | _spin |
bool | _applyFixForSP8 |
Definition at line 27 of file EvtManyDeltaFuncLineShape.hh.
EvtManyDeltaFuncLineShape::EvtManyDeltaFuncLineShape | ( | ) |
Definition at line 33 of file EvtManyDeltaFuncLineShape.cc.
Referenced by clone(), EvtManyDeltaFuncLineShape(), and operator=().
EvtManyDeltaFuncLineShape::EvtManyDeltaFuncLineShape | ( | double | mass, |
double | width, | ||
double | maxRange, | ||
EvtSpinType::spintype | sp ) |
Definition at line 40 of file EvtManyDeltaFuncLineShape.cc.
EvtManyDeltaFuncLineShape::~EvtManyDeltaFuncLineShape | ( | ) |
Definition at line 37 of file EvtManyDeltaFuncLineShape.cc.
EvtManyDeltaFuncLineShape::EvtManyDeltaFuncLineShape | ( | const EvtManyDeltaFuncLineShape & | x | ) |
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 77 of file EvtManyDeltaFuncLineShape.cc.
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 83 of file EvtManyDeltaFuncLineShape.cc.
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 101 of file EvtManyDeltaFuncLineShape.cc.
EvtManyDeltaFuncLineShape & EvtManyDeltaFuncLineShape::operator= | ( | const EvtManyDeltaFuncLineShape & | x | ) |