BOSS 6.6.4.p01
BESIII Offline Software System
|
#include <EvtParticleDecayList.hh>
Public Member Functions | |
EvtParticleDecayList () | |
EvtParticleDecayList (const EvtParticleDecayList &o) | |
~EvtParticleDecayList () | |
int | getNMode () |
void | setNMode (int nmode) |
EvtDecayBase * | getDecayModel (EvtParticle *p) |
EvtDecayBase * | getDecayModel (int imode) |
EvtParticleDecay & | getDecay (int nchannel) |
double | getRawBrfrSum () |
void | setRawBrfrSum (double rawbrfrsum) |
void | makeChargeConj (EvtParticleDecayList *conjDecayList) |
void | removeDecay () |
void | alocateDecay (int nmode) |
void | removeMode (EvtDecayBase *decay) |
void | addMode (EvtDecayBase *decay, double brfr, double massmin) |
void | finalize () |
void | printSummary () |
Definition at line 28 of file EvtParticleDecayList.hh.
|
inline |
Definition at line 32 of file EvtParticleDecayList.hh.
EvtParticleDecayList::EvtParticleDecayList | ( | const EvtParticleDecayList & | o | ) |
Definition at line 36 of file EvtParticleDecayList.cc.
EvtParticleDecayList::~EvtParticleDecayList | ( | ) |
Definition at line 79 of file EvtParticleDecayList.cc.
void EvtParticleDecayList::addMode | ( | EvtDecayBase * | decay, |
double | brfr, | ||
double | massmin | ||
) |
Definition at line 245 of file EvtParticleDecayList.cc.
|
inline |
Definition at line 59 of file EvtParticleDecayList.hh.
void EvtParticleDecayList::finalize | ( | ) |
Definition at line 291 of file EvtParticleDecayList.cc.
EvtParticleDecay & EvtParticleDecayList::getDecay | ( | int | nchannel | ) |
Definition at line 220 of file EvtParticleDecayList.cc.
Referenced by getDecayModel().
EvtDecayBase * EvtParticleDecayList::getDecayModel | ( | EvtParticle * | p | ) |
Definition at line 113 of file EvtParticleDecayList.cc.
Referenced by finalize().
|
inline |
Definition at line 47 of file EvtParticleDecayList.hh.
|
inline |
Definition at line 42 of file EvtParticleDecayList.hh.
Referenced by getDecayModel().
|
inline |
Definition at line 52 of file EvtParticleDecayList.hh.
Referenced by getDecayModel().
void EvtParticleDecayList::makeChargeConj | ( | EvtParticleDecayList * | conjDecayList | ) |
Definition at line 230 of file EvtParticleDecayList.cc.
void EvtParticleDecayList::printSummary | ( | ) |
Definition at line 89 of file EvtParticleDecayList.cc.
void EvtParticleDecayList::removeDecay | ( | ) |
Definition at line 98 of file EvtParticleDecayList.cc.
void EvtParticleDecayList::removeMode | ( | EvtDecayBase * | decay | ) |
Definition at line 317 of file EvtParticleDecayList.cc.
void EvtParticleDecayList::setNMode | ( | int | nmode | ) |
Definition at line 205 of file EvtParticleDecayList.cc.
Referenced by makeChargeConj().
|
inline |
Definition at line 53 of file EvtParticleDecayList.hh.