#include <EvtGoityRoberts.hh>
|
| | EvtGoityRoberts () |
| |
| virtual | ~EvtGoityRoberts () |
| |
| void | getName (std::string &name) |
| |
| EvtDecayBase * | clone () |
| |
| void | init () |
| |
| void | decay (EvtParticle *p) |
| |
| void | initProbMax () |
| |
| void | makeDecay (EvtParticle *p) |
| |
| void | setWeight (double weight) |
| |
| void | vertex (const EvtComplex &) |
| |
| void | vertex (int i1, const EvtComplex &) |
| |
| void | vertex (int i1, int i2, const EvtComplex &) |
| |
| void | vertex (int i1, int i2, int i3, const EvtComplex &) |
| |
| void | vertex (int *i1, const EvtComplex &) |
| |
| virtual | ~EvtDecayAmp () |
| |
| virtual std::string | commandName () |
| |
| virtual void | command (std::string cmd) |
| |
| double | getProbMax (double prob) |
| |
| double | resetProbMax (double prob) |
| |
| | EvtDecayBase () |
| |
| virtual | ~EvtDecayBase () |
| |
| virtual bool | matchingDecay (const EvtDecayBase &other) const |
| |
| EvtId | getParentId () |
| |
| double | getBranchingFraction () |
| |
| void | disableCheckQ () |
| |
| void | checkQ () |
| |
| int | getNDaug () |
| |
| EvtId * | getDaugs () |
| |
| EvtId | getDaug (int i) |
| |
| int | getNArg () |
| |
| int | getPHOTOS () |
| |
| void | setPHOTOS () |
| |
| void | setVerbose () |
| |
| void | setSummary () |
| |
| double * | getArgs () |
| |
| std::string * | getArgsStr () |
| |
| double | getArg (int j) |
| |
| std::string | getArgStr (int j) |
| |
| std::string | getModelName () |
| |
| int | getDSum () |
| |
| int | summary () |
| |
| int | verbose () |
| |
| void | saveDecayInfo (EvtId ipar, int ndaug, EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr) |
| |
| void | printSummary () |
| |
| void | setProbMax (double prbmx) |
| |
| void | noProbMax () |
| |
| void | checkNArg (int a1, int a2=-1, int a3=-1, int a4=-1) |
| |
| void | checkNDaug (int d1, int d2=-1) |
| |
| void | checkSpinParent (EvtSpinType::spintype sp) |
| |
| void | checkSpinDaughter (int d1, EvtSpinType::spintype sp) |
| |
| virtual int | nRealDaughters () |
| |
Definition at line 29 of file EvtGoityRoberts.hh.
◆ EvtGoityRoberts()
| EvtGoityRoberts::EvtGoityRoberts |
( |
| ) |
|
|
inline |
◆ ~EvtGoityRoberts()
| EvtGoityRoberts::~EvtGoityRoberts |
( |
| ) |
|
|
virtual |
◆ clone()
◆ decay()
Implements EvtDecayBase.
Definition at line 67 of file EvtGoityRoberts.cc.
67 {
68
69
78
79
80
82
83 if (meson==DST0||meson==DSTP||meson==DSTM||meson==DSTB) {
85 }
86 else{
87 if (meson==D0||meson==DP||meson==DM||meson==D0B) {
89 }
90 else{
91 report(
ERROR,
"EvtGen") <<
"Wrong daugther in EvtGoityRoberts!\n";
92 }
93 }
94 return ;
95}
ostream & report(Severity severity, const char *facility)
static EvtId getId(const std::string &name)
◆ getName()
| void EvtGoityRoberts::getName |
( |
std::string & | name | ) |
|
|
virtual |
◆ init()
| void EvtGoityRoberts::init |
( |
| ) |
|
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 48 of file EvtGoityRoberts.cc.
48 {
49
50
53
58
59}
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
void checkNDaug(int d1, int d2=-1)
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)
◆ initProbMax()
| void EvtGoityRoberts::initProbMax |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: