#include <EvtParticleDecay.hh>
◆ EvtParticleDecay() [1/2]
EvtParticleDecay::EvtParticleDecay |
( |
| ) |
|
|
inline |
◆ ~EvtParticleDecay() [1/2]
EvtParticleDecay::~EvtParticleDecay |
( |
| ) |
|
|
inline |
◆ EvtParticleDecay() [2/2]
EvtParticleDecay::EvtParticleDecay |
( |
| ) |
|
|
inline |
◆ ~EvtParticleDecay() [2/2]
EvtParticleDecay::~EvtParticleDecay |
( |
| ) |
|
|
inline |
◆ chargeConj() [1/2]
Definition at line 41 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtParticleDecay.cc.
41 {
42
43 _brfrsum=decay->_brfrsum;
44 _massmin=decay->_massmin;
45
46 _decay=decay->_decay->
clone();
47
49 int narg=decay->_decay->
getNArg();
51 std::string name;
54 int i;
56 for(i=0;i<ndaug;i++){
58 }
59
60 std::vector<std::string> args;
61 for(i=0;i<narg;i++){
62 args.push_back(decay->_decay->
getArgStr(i));
63 }
64
66
68
69 delete [] daug;
70
71}
virtual EvtDecayBase * clone()=0
virtual void getName(std::string &name)=0
void saveDecayInfo(EvtId ipar, int ndaug, EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr)
double getBranchingFraction()
std::string getArgStr(int j)
static EvtId chargeConj(EvtId id)
Referenced by EvtParticleDecayList::makeChargeConj().
◆ chargeConj() [2/2]
◆ getBrfrSum() [1/2]
double EvtParticleDecay::getBrfrSum |
( |
| ) |
|
|
inline |
◆ getBrfrSum() [2/2]
double EvtParticleDecay::getBrfrSum |
( |
| ) |
|
|
inline |
◆ getDecayModel() [1/2]
◆ getDecayModel() [2/2]
◆ getMassMin() [1/2]
double EvtParticleDecay::getMassMin |
( |
| ) |
|
|
inline |
◆ getMassMin() [2/2]
double EvtParticleDecay::getMassMin |
( |
| ) |
|
|
inline |
◆ printSummary() [1/2]
void EvtParticleDecay::printSummary |
( |
| ) |
|
◆ printSummary() [2/2]
void EvtParticleDecay::printSummary |
( |
| ) |
|
◆ setBrfrSum() [1/2]
void EvtParticleDecay::setBrfrSum |
( |
double |
brfrsum | ) |
|
|
inline |
◆ setBrfrSum() [2/2]
void EvtParticleDecay::setBrfrSum |
( |
double |
brfrsum | ) |
|
|
inline |
◆ setDecayModel() [1/2]
void EvtParticleDecay::setDecayModel |
( |
EvtDecayBase * |
decay | ) |
|
|
inline |
◆ setDecayModel() [2/2]
void EvtParticleDecay::setDecayModel |
( |
EvtDecayBase * |
decay | ) |
|
|
inline |
◆ setMassMin() [1/2]
void EvtParticleDecay::setMassMin |
( |
double |
massmin | ) |
|
|
inline |
◆ setMassMin() [2/2]
void EvtParticleDecay::setMassMin |
( |
double |
massmin | ) |
|
|
inline |
The documentation for this class was generated from the following files: