|
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/EvtVubNLO.hh>
Public Member Functions | |
| EvtVubNLO ()=default | |
| ~EvtVubNLO () | |
| std::string | getName () const override |
| EvtDecayBase * | clone () const override |
| void | initProbMax () override |
| void | init () override |
| void | decay (EvtParticle *p) override |
| Public Member Functions inherited from EvtDecayIncoherent | |
| void | makeDecay (EvtParticle *p, bool recursive=true) override |
| virtual | ~EvtDecayIncoherent () |
| void | setDaughterSpinDensity (int daughter) |
| int | isDaughterSpinDensitySet (int daughter) |
| 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 | |
| double | tripleDiff (double pp, double pl, double pm) |
| double | SFNorm (const std::vector< double > &coeffs) |
| double | F10 (const std::vector< double > &coeffs) |
| double | F20 (const std::vector< double > &coeffs) |
| double | F30 (const std::vector< double > &coeffs) |
| double | mu_i () |
| double | mu_bar () |
| double | mu_h () |
| double | lambda1 () |
| double | lambda_SF () |
| double | lambda_bar (double omega0) |
| double | lambda2 () |
| double | mu_pi2 (double omega0) |
| double | lambda (double) |
| double | M0 (double mui, double omega0) |
| double | subS (const std::vector< double > &coeffs) |
| double | subT (const std::vector< double > &coeffs) |
| double | subU (const std::vector< double > &coeffs) |
| double | subV (const std::vector< double > &coeffs) |
| double | S0 (double a, double r) |
| double | S1 (double, double r) |
| double | S2 (double a, double r) |
| double | dSudakovdepsi (double mu1, double mu2) |
| double | Sudakov (double mu1, double mu2, double epsi=0) |
| double | dGdepsi (double mu1, double mu2) |
| double | aGamma (double mu1, double mu2, double epsi=0) |
| double | dgpdepsi (double mu1, double mu2) |
| double | agammap (double mu1, double mu2, double epsi=0) |
| double | U1 (double mu1, double mu2, double epsi=0) |
| double | U1lo (double mu1, double mu2) |
| double | U1nlo (double mu1, double mu2) |
| double | alo (double mu1, double mu2) |
| double | anlo (double mu1, double mu2) |
Static Private Member Functions | |
| static double | integrand (double omega, const std::vector< double > &coeffs) |
| static double | F1Int (double omega, const std::vector< double > &coeffs) |
| static double | F2Int (double omega, const std::vector< double > &coeffs) |
| static double | F3Int (double omega, const std::vector< double > &coeffs) |
| static double | g1 (double y, double z) |
| static double | g2 (double y, double z) |
| static double | g3 (double y, double z) |
| static double | Gamma (double z) |
| static double | dgamma (double t, const std::vector< double > &c) |
| static double | Gamma (double z, double tmax) |
| static double | beta0 (int nf=4) |
| static double | beta1 (int nf=4) |
| static double | beta2 (int nf=4) |
| static double | gamma0 () |
| static double | gamma1 (int nf=4) |
| static double | gamma2 (int nf=4) |
| static double | gammap0 () |
| static double | gammap1 (int nf=4) |
| static double | alphas (double mu) |
| static double | C_F (double mu) |
| static double | cGaus (double b) |
| static double | shapeFunction (double omega, const std::vector< double > &coeffs) |
| static double | expShapeFunction (double omega, const std::vector< double > &coeffs) |
| static double | gausShapeFunction (double omega, const std::vector< double > &coeffs) |
Private Attributes | |
| double | m_lbar |
| double | m_mupi2 |
| double | m_mb |
| double | m_mB |
| double | m_lambdaSF |
| double | m_b |
| double | m_kpar |
| double | m_mui |
| double | m_SFNorm |
| double | m_dGMax |
| int | m_idSF |
| std::vector< double > | m_masses |
| std::vector< double > | m_weights |
| double | m_gmax |
| int | m_ngood |
| int | m_ntot |
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 37 of file EvtVubNLO.hh.
|
default |
| EvtVubNLO::~EvtVubNLO | ( | ) |
Definition at line 43 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 198 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 208 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 225 of file EvtVubNLO.hh.
|
staticprivate |
Definition at line 670 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 229 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 99 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 100 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 101 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 123 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 137 of file EvtVubNLO.hh.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 54 of file EvtVubNLO.cpp.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 170 of file EvtVubNLO.cpp.
|
inlinestaticprivate |
Definition at line 86 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 193 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 203 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 179 of file EvtVubNLO.hh.
|
staticprivate |
Definition at line 691 of file EvtVubNLO.cpp.
|
private |
Definition at line 397 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 433 of file EvtVubNLO.cpp.
|
private |
Definition at line 447 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 465 of file EvtVubNLO.cpp.
|
private |
Definition at line 474 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 482 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 491 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 505 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 517 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 701 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 723 of file EvtVubNLO.cpp.
|
inlinestaticprivate |
Definition at line 105 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 106 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 110 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 114 of file EvtVubNLO.hh.
|
inlinestaticprivate |
Definition at line 115 of file EvtVubNLO.hh.
|
staticprivate |
Definition at line 681 of file EvtVubNLO.cpp.
|
overridevirtual |
Implements EvtDecayBase.
Definition at line 49 of file EvtVubNLO.cpp.
|
overridevirtual |
Reimplemented from EvtDecayBase.
Definition at line 59 of file EvtVubNLO.cpp.
|
overridevirtual |
Reimplemented from EvtDecayBase.
Definition at line 165 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 385 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 134 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 96 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 132 of file EvtVubNLO.hh.
|
private |
Definition at line 612 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 130 of file EvtVubNLO.hh.
|
private |
Definition at line 660 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 94 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 95 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 93 of file EvtVubNLO.hh.
|
private |
Definition at line 634 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 156 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 160 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 167 of file EvtVubNLO.hh.
|
private |
Definition at line 563 of file EvtVubNLO.cpp.
|
staticprivate |
Definition at line 581 of file EvtVubNLO.cpp.
|
private |
Definition at line 595 of file EvtVubNLO.cpp.
|
private |
Definition at line 599 of file EvtVubNLO.cpp.
|
private |
Definition at line 603 of file EvtVubNLO.cpp.
|
private |
Definition at line 607 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 184 of file EvtVubNLO.hh.
|
private |
Definition at line 349 of file EvtVubNLO.cpp.
|
inlineprivate |
Definition at line 213 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 218 of file EvtVubNLO.hh.
|
inlineprivate |
Definition at line 219 of file EvtVubNLO.hh.
|
private |
Definition at line 60 of file EvtVubNLO.hh.
|
private |
Definition at line 64 of file EvtVubNLO.hh.
|
private |
Definition at line 69 of file EvtVubNLO.hh.
|
private |
Definition at line 65 of file EvtVubNLO.hh.
|
private |
Definition at line 61 of file EvtVubNLO.hh.
|
private |
Definition at line 59 of file EvtVubNLO.hh.
|
private |
Definition at line 54 of file EvtVubNLO.hh.
|
private |
Definition at line 66 of file EvtVubNLO.hh.
|
private |
Definition at line 58 of file EvtVubNLO.hh.
|
private |
Definition at line 57 of file EvtVubNLO.hh.
|
private |
Definition at line 62 of file EvtVubNLO.hh.
|
private |
Definition at line 55 of file EvtVubNLO.hh.
|
private |
Definition at line 70 of file EvtVubNLO.hh.
|
private |
Definition at line 70 of file EvtVubNLO.hh.
|
private |
Definition at line 63 of file EvtVubNLO.hh.
|
private |
Definition at line 67 of file EvtVubNLO.hh.