#include <EvtFlatLineShape.hh>
|
| | EvtFlatLineShape () |
| | EvtFlatLineShape (double mass, double width, double maxRange, EvtSpinType::spintype sp) |
| | ~EvtFlatLineShape () |
| EvtFlatLineShape & | operator= (const EvtFlatLineShape &x) |
| | EvtFlatLineShape (const EvtFlatLineShape &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 () |
Definition at line 27 of file EvtFlatLineShape.hh.
◆ EvtFlatLineShape() [1/3]
| EvtFlatLineShape::EvtFlatLineShape |
( |
| ) |
|
◆ EvtFlatLineShape() [2/3]
| EvtFlatLineShape::EvtFlatLineShape |
( |
double | mass, |
|
|
double | width, |
|
|
double | maxRange, |
|
|
EvtSpinType::spintype | sp ) |
Definition at line 37 of file EvtFlatLineShape.cc.
38 {
39
44
45 double maxdelta = width;
46
49
51}
EvtSpinType::spintype _spin
◆ ~EvtFlatLineShape()
| EvtFlatLineShape::~EvtFlatLineShape |
( |
| ) |
|
◆ EvtFlatLineShape() [3/3]
◆ clone()
◆ getMassProb()
| double EvtFlatLineShape::getMassProb |
( |
double | mass, |
|
|
double | massPar, |
|
|
int | nDaug, |
|
|
double * | massDau ) |
|
virtual |
Reimplemented from EvtAbsLineShape.
Definition at line 74 of file EvtFlatLineShape.cc.
75 {
76
77 double dTotMass = 0.;
78
79 int i;
80 for ( i = 0; i < nDaug; i++ ) { dTotMass += massDau[i]; }
81 if ( (
mass < dTotMass ) )
return 0.;
82
83 if ( massPar > 0.0000000001 )
84 {
85 if (
mass > massPar )
return 0.;
86 }
87
88 return 1.;
89}
◆ getRandMass()
| double EvtFlatLineShape::getRandMass |
( |
EvtId * | parId, |
|
|
int | nDaug, |
|
|
EvtId * | dauId, |
|
|
EvtId * | othDaugId, |
|
|
double | maxMass, |
|
|
double * | dauMasses ) |
|
virtual |
◆ operator=()
The documentation for this class was generated from the following files: