|
| EvtDiracParticle ()=default |
|
void | init (EvtId part_n, const EvtVector4R &p4) override |
|
void | init (EvtId part_n, const EvtVector4R &p4, const EvtDiracSpinor &, const EvtDiracSpinor &, const EvtDiracSpinor &, const EvtDiracSpinor &) |
|
EvtDiracSpinor | spParent (int i) const override |
|
EvtDiracSpinor | sp (int i) const override |
|
EvtSpinDensity | rotateToHelicityBasis () const override |
|
EvtSpinDensity | rotateToHelicityBasis (double alpha, double beta, double gamma) const override |
|
Public Member Functions inherited from EvtParticle |
| EvtParticle () |
|
virtual | ~EvtParticle () |
|
virtual EvtVector4C | epsParent (int i) const |
|
virtual EvtVector4C | eps (int i) const |
|
virtual EvtVector4C | epsParentPhoton (int i) |
|
virtual EvtVector4C | epsPhoton (int i) |
|
virtual EvtDiracSpinor | spParentNeutrino () const |
|
virtual EvtDiracSpinor | spNeutrino () const |
|
virtual EvtTensor4C | epsTensorParent (int i) const |
|
virtual EvtTensor4C | epsTensor (int i) const |
|
virtual EvtRaritaSchwinger | spRSParent (int) const |
|
virtual EvtRaritaSchwinger | spRS (int) const |
|
void | addDaug (EvtParticle *node) |
|
void | decay () |
|
void | deleteTree () |
|
void | deleteDaughters (bool keepChannel=false) |
|
void | setChannel (int i) |
|
void | makeDaughters (unsigned int ndaug, EvtId *id) |
|
void | makeDaughters (unsigned int ndaug, std::vector< EvtId > idVector) |
|
double | initializePhaseSpace (unsigned int numdaughter, EvtId *daughters, bool forceResetMasses=false, double poleSize=-1., int whichTwo1=0, int whichTwo2=1) |
|
EvtParticle * | getDaug (int i) |
|
EvtParticle * | nextIter (EvtParticle *rootOfTree=0) |
|
void | makeStdHep (EvtStdHep &stdhep, EvtSecondary &secondary, EvtId *stable_parent_ihep) |
|
void | makeStdHep (EvtStdHep &stdhep) |
|
EvtVector4R | getP4Lab () const |
|
EvtVector4R | getP4LabBeforeFSR () |
|
EvtVector4R | getP4Restframe () const |
|
EvtVector4R | get4Pos () const |
|
EvtParticle * | getParent () const |
|
void | insertDaugPtr (int idaug, EvtParticle *partptr) |
|
double | mass () const |
|
int | firstornot () const |
|
void | setFirstOrNot () |
|
void | resetFirstOrNot () |
|
EvtId | getId () const |
|
int | getPDGId () const |
|
EvtSpinType::spintype | getSpinType () const |
|
int | getSpinStates () const |
|
const EvtVector4R & | getP4 () const |
|
void | setP4 (const EvtVector4R &p4) |
|
void | setP4WithFSR (const EvtVector4R &p4) |
|
void | setFSRP4toZero () |
|
int | getChannel () const |
|
size_t | getNDaug () const |
|
void | resetNDaug () |
|
void | printTree () const |
|
void | printTreeRec (unsigned int level) const |
|
std::string | treeStr () const |
|
std::string | treeStrRec (unsigned int level) const |
|
void | printParticle () const |
|
void | setLifetime (double tau) |
|
void | setLifetime () |
|
double | getLifetime () |
|
void | setDiagonalSpinDensity () |
|
void | setVectorSpinDensity () |
|
void | setSpinDensityForward (const EvtSpinDensity &rho) |
|
void | setSpinDensityForwardHelicityBasis (const EvtSpinDensity &rho) |
|
void | setSpinDensityForwardHelicityBasis (const EvtSpinDensity &rho, double alpha, double beta, double gamma) |
|
EvtSpinDensity | getSpinDensityForward () |
|
void | setSpinDensityBackward (const EvtSpinDensity &rho) |
|
EvtSpinDensity | getSpinDensityBackward () |
|
void | noLifeTime () |
|
void | setId (EvtId id) |
|
void | initDecay (bool useMinMass=false) |
|
bool | generateMassTree () |
|
double | compMassProb () |
|
void | setMass (double m) |
|
bool | isInitialized () |
|
bool | hasValidP4 () |
|
bool | isDecayed () |
|
double * | decayProb () |
|
void | setDecayProb (double p) |
|
std::string | getName () |
|
void | setAttribute (std::string attName, int attValue) |
|
int | getAttribute (std::string attName) |
|
void | setAttributeDouble (std::string attName, double attValue) |
|
double | getAttributeDouble (std::string attName) |
|
Definition at line 30 of file EvtDiracParticle.hh.