|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenModels/EvtEtaLLPiPi.hh>
Public Member Functions | |
| EvtEtaLLPiPi ()=default | |
| void | init () override |
| void | initProbMax () override |
| std::string | getName () const override |
| EvtDecayBase * | clone () const override |
| void | decay (EvtParticle *p) override |
| Public Member Functions inherited from EvtDecayProb | |
| void | makeDecay (EvtParticle *p, bool recursive=true) override |
| void | setProb (double prob) |
| double | getProb () |
| void | setWeight (double weight) |
| Public Member Functions inherited from EvtDecayBase | |
| virtual std::string | commandName () |
| virtual void | command (std::string cmd) |
| virtual std::string | getParamName (int i) |
| virtual std::string | getParamDefault (int i) |
| double | getProbMax (double prob) |
| double | resetProbMax (double prob) |
| EvtDecayBase ()=default | |
| virtual | ~EvtDecayBase ()=default |
| virtual bool | matchingDecay (const EvtDecayBase &other) const |
| EvtId | getParentId () const |
| double | getBranchingFraction () const |
| void | disableCheckQ () |
| void | checkQ () |
| int | getNDaug () const |
| const EvtId * | getDaugs () const |
| EvtId | getDaug (int i) const |
| int | getNArg () const |
| bool | getFSR () const |
| void | setFSR () |
| void | setVerbose () |
| void | setSummary () |
| double * | getArgs () |
| std::string * | getArgsStr () |
| double | getArg (unsigned int j) |
| double | getStoredArg (int j) const |
| double | getNStoredArg () const |
| std::string | getArgStr (int j) const |
| std::string | getModelName () const |
| int | getDSum () const |
| bool | summary () const |
| bool | verbose () const |
| void | saveDecayInfo (EvtId ipar, int ndaug, const EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr) |
| void | printSummary () const |
| void | printInfo () const |
| 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 () const |
Private Member Functions | |
| void | updateMassPars (double mLep, double mPi) |
| double | rhoWidth (double s, double m) const |
| double | F0 (double sLL, double sPiPi) const |
| double | lambda (double a, double b, double c) const |
| double | ampSquared (EvtParticle *p) const |
Private Attributes | |
| double | m_alpha { 1.0 / 137.0 } |
| double | m_eSq { 4.0 * EvtConst::pi * m_alpha } |
| double | m_fPi { 0.0924 } |
| double | m_f8 { 1.3 * m_fPi } |
| double | m_f0 { 1.04 * m_fPi } |
| double | m_thetaMix { 20.0 * EvtConst::pi / 180.0 } |
| double | m_mixSq { 0.0 } |
| double | m_c1 { 1.0 } |
| double | m_c2 { 0.0 } |
| double | m_c3 { m_c1 - m_c2 } |
| double | m_par1 { 1.0 - ( 3.0 * ( m_c1 - m_c2 + m_c3 ) / 4.0 ) } |
| double | m_parLL { 3.0 * ( m_c1 - m_c2 - m_c3 ) / 4.0 } |
| double | m_parPiPi { 3.0 * m_c3 / 2.0 } |
| double | m_rhoMass { 0.775 } |
| double | m_rhoMassSq { m_rhoMass * m_rhoMass } |
| double | m_rhoGamma { 0.149 } |
| double | m_lepMass { 0.106 } |
| double | m_lepMassSq { m_lepMass * m_lepMass } |
| double | m_piMass { 0.140 } |
| double | m_piMassSq { m_piMass * m_piMass } |
| double | m_4LepMassSq { 4.0 * m_lepMassSq } |
| double | m_4PiMassSq { 4.0 * m_piMassSq } |
Additional Inherited Members | |
| Static Public Member Functions inherited from EvtDecayBase | |
| static void | findMasses (EvtParticle *p, int ndaugs, const EvtId daugs[10], double masses[10]) |
| static void | findMass (EvtParticle *p) |
| static double | findMaxMass (EvtParticle *p) |
| Protected Member Functions inherited from EvtDecayBase | |
| bool | daugsDecayedByParentModel () const |
| Protected Attributes inherited from EvtDecayBase | |
| bool | m_daugsDecayedByParentModel |
Definition at line 34 of file EvtEtaLLPiPi.hh.
|
default |
|
private |
Definition at line 174 of file EvtEtaLLPiPi.cpp.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 83 of file EvtEtaLLPiPi.cpp.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 88 of file EvtEtaLLPiPi.cpp.
|
private |
Definition at line 129 of file EvtEtaLLPiPi.cpp.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 78 of file EvtEtaLLPiPi.cpp.
|
overridevirtual |
Reimplemented from EvtDecayBase.
Definition at line 35 of file EvtEtaLLPiPi.cpp.
|
overridevirtual |
Reimplemented from EvtDecayBase.
Definition at line 60 of file EvtEtaLLPiPi.cpp.
|
private |
Definition at line 166 of file EvtEtaLLPiPi.cpp.
|
private |
Definition at line 113 of file EvtEtaLLPiPi.cpp.
|
private |
Definition at line 101 of file EvtEtaLLPiPi.cpp.
|
private |
Definition at line 77 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 78 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 57 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 64 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 65 of file EvtEtaLLPiPi.hh.
Definition at line 66 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 58 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 61 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 60 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 59 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 73 of file EvtEtaLLPiPi.hh.
Definition at line 74 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 63 of file EvtEtaLLPiPi.hh.
Definition at line 67 of file EvtEtaLLPiPi.hh.
Definition at line 68 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 69 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 75 of file EvtEtaLLPiPi.hh.
Definition at line 76 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 72 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 70 of file EvtEtaLLPiPi.hh.
Definition at line 71 of file EvtEtaLLPiPi.hh.
|
private |
Definition at line 62 of file EvtEtaLLPiPi.hh.