#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 75 of file EvtVVPIPI_WEIGHTED.cc.
75 {
76
78
79 EvtParticle *jpsi, *pi1, *
pi2;
80
84
85
86
87 EvtVector4C ep0, ep1, ep2;
88
89 ep0 = psi_prime->eps( 0 );
90 ep1 = psi_prime->eps( 1 );
91 ep2 = psi_prime->eps( 2 );
92
93 EvtVector4C e0,
e1,
e2;
94
98
99 double mass2 = ( pi1->
getP4() +
pi2->getP4() ).mass2();
100
101 double fac = mass2 - 4 * pi1->
mass() *
pi2->mass();
102
104
106 vertex( 0, 1, fac * ( ep0 *
e1.conj() ) );
107 vertex( 0, 2, fac * ( ep0 *
e2.conj() ) );
108
110 vertex( 1, 1, fac * ( ep1 *
e1.conj() ) );
111 vertex( 1, 2, fac * ( ep1 *
e2.conj() ) );
112
114 vertex( 2, 1, fac * ( ep2 *
e1.conj() ) );
115 vertex( 2, 2, fac * ( ep2 *
e2.conj() ) );
116
117 return;
118}
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 40 of file EvtVVPIPI_WEIGHTED.cc.
40 {
41
45
46
49
52
55 {
56 report(
ERROR,
"EvtGen" ) <<
"EvtVVPIPI_WEIGHTED generator expected "
57 << " pi+ and pi- (or pi0 and pi0) "
58 << "as 2nd and 3rd daughter. " << endl;
59 report(
ERROR,
"EvtGen" ) <<
"Will terminate execution!" << endl;
60 ::abort();
61 }
62}
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: