|
BOSS 8.0.0
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) |
| Public Member Functions inherited from EvtAbsLineShape | |
| 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 | |
| Protected Attributes inherited from EvtAbsLineShape | |
| 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 37 of file EvtManyDeltaFuncLineShape.cc.
| EvtManyDeltaFuncLineShape::~EvtManyDeltaFuncLineShape | ( | ) |
Definition at line 35 of file EvtManyDeltaFuncLineShape.cc.
| EvtManyDeltaFuncLineShape::EvtManyDeltaFuncLineShape | ( | const EvtManyDeltaFuncLineShape & | x | ) |
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 74 of file EvtManyDeltaFuncLineShape.cc.
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 79 of file EvtManyDeltaFuncLineShape.cc.
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 96 of file EvtManyDeltaFuncLineShape.cc.
| EvtManyDeltaFuncLineShape & EvtManyDeltaFuncLineShape::operator= | ( | const EvtManyDeltaFuncLineShape & | x | ) |