#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 53 of file EvtGoityRoberts.cc.
53 {
54
55
64
66
67 if ( meson == DST0 || meson == DSTP || meson == DSTM || meson == DSTB )
69 else
70 {
71 if ( meson == D0 || meson == DP || meson == DM || meson == D0B )
73 else {
report(
ERROR,
"EvtGen" ) <<
"Wrong daugther in EvtGoityRoberts!\n"; }
74 }
75 return;
76}
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 39 of file EvtGoityRoberts.cc.
39 {
40
41
44
49}
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: