|
BOSS 8.0.0
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 31 of file EvtParticleDecayList.hh.
Referenced by EvtParticleDecayList(), and makeChargeConj().
| EvtParticleDecayList::EvtParticleDecayList | ( | const EvtParticleDecayList & | o | ) |
Definition at line 35 of file EvtParticleDecayList.cc.
| EvtParticleDecayList::~EvtParticleDecayList | ( | ) |
Definition at line 65 of file EvtParticleDecayList.cc.
| void EvtParticleDecayList::addMode | ( | EvtDecayBase * | decay, |
| double | brfr, | ||
| double | massmin ) |
Definition at line 221 of file EvtParticleDecayList.cc.
|
inline |
Definition at line 57 of file EvtParticleDecayList.hh.
| void EvtParticleDecayList::finalize | ( | ) |
Definition at line 264 of file EvtParticleDecayList.cc.
| EvtParticleDecay & EvtParticleDecayList::getDecay | ( | int | nchannel | ) |
Definition at line 196 of file EvtParticleDecayList.cc.
Referenced by getDecayModel().
| EvtDecayBase * EvtParticleDecayList::getDecayModel | ( | EvtParticle * | p | ) |
Definition at line 90 of file EvtParticleDecayList.cc.
Referenced by finalize(), and getDecayModel().
|
inline |
Definition at line 46 of file EvtParticleDecayList.hh.
|
inline |
Definition at line 41 of file EvtParticleDecayList.hh.
Referenced by getDecayModel().
|
inline |
Definition at line 50 of file EvtParticleDecayList.hh.
Referenced by getDecayModel().
| void EvtParticleDecayList::makeChargeConj | ( | EvtParticleDecayList * | conjDecayList | ) |
Definition at line 206 of file EvtParticleDecayList.cc.
| void EvtParticleDecayList::printSummary | ( | ) |
Definition at line 73 of file EvtParticleDecayList.cc.
| void EvtParticleDecayList::removeDecay | ( | ) |
Definition at line 79 of file EvtParticleDecayList.cc.
| void EvtParticleDecayList::removeMode | ( | EvtDecayBase * | decay | ) |
Definition at line 292 of file EvtParticleDecayList.cc.
| void EvtParticleDecayList::setNMode | ( | int | nmode | ) |
Definition at line 182 of file EvtParticleDecayList.cc.
Referenced by makeChargeConj().
|
inline |
Definition at line 51 of file EvtParticleDecayList.hh.