#include <EvtVVPIPI_WEIGHTED.hh>
|
| EvtVVPIPI_WEIGHTED () |
|
virtual | ~EvtVVPIPI_WEIGHTED () |
|
void | getName (std::string &name) |
|
EvtDecayBase * | clone () |
|
void | decay (EvtParticle *p) |
|
void | init () |
|
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 30 of file EvtVVPIPI_WEIGHTED.hh.
◆ EvtVVPIPI_WEIGHTED()
EvtVVPIPI_WEIGHTED::EvtVVPIPI_WEIGHTED |
( |
| ) |
|
|
inline |
◆ ~EvtVVPIPI_WEIGHTED()
EvtVVPIPI_WEIGHTED::~EvtVVPIPI_WEIGHTED |
( |
| ) |
|
|
virtual |
◆ clone()
◆ decay()
Implements EvtDecayBase.
Definition at line 90 of file EvtVVPIPI_WEIGHTED.cc.
90 {
91
93
95
99
100
101
103
104 ep0=psi_prime->eps(0);
105 ep1=psi_prime->eps(1);
106 ep2=psi_prime->eps(2);
107
109
113
114 double mass2 = (pi1->
getP4()+
pi2->getP4()).mass2();
115
116 double fac = mass2-4*pi1->
mass()*
pi2->mass();
117
119
123
127
131
132 return ;
133
134}
character *LEPTONflag integer iresonances real pi2
double reweight_event(double pipi_mass)
void vertex(const EvtComplex &)
virtual EvtVector4C epsParent(int i) const
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
◆ getName()
void EvtVVPIPI_WEIGHTED::getName |
( |
std::string & | name | ) |
|
|
virtual |
◆ init()
void EvtVVPIPI_WEIGHTED::init |
( |
| ) |
|
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 49 of file EvtVVPIPI_WEIGHTED.cc.
49 {
50
54
55
58
61
62
63
66 report(
ERROR,
"EvtGen") <<
"EvtVVPIPI_WEIGHTED generator expected "
67 << " pi+ and pi- (or pi0 and pi0) "
68 << "as 2nd and 3rd daughter. "<<endl;
69 report(
ERROR,
"EvtGen") <<
"Will terminate execution!"<<endl;
70 ::abort();
71 }
72
73}
ostream & report(Severity severity, const char *facility)
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)
static EvtId getId(const std::string &name)
◆ initProbMax()
void EvtVVPIPI_WEIGHTED::initProbMax |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: