BOSS 7.0.1
BESIII Offline Software System
|
#include <EvtConExc.hh>
Public Member Functions | |
EvtConExc () | |
virtual | ~EvtConExc () |
void | getName (std::string &name) |
EvtDecayBase * | clone () |
void | initProbMax () |
void | init () |
void | init_Br_ee () |
void | decay (EvtParticle *p) |
void | init_mode (int mode) |
double | gamHXSection (EvtParticle *p, double El, double Eh, int nmc=100000) |
double | gamHXSection (double s, double El, double Eh, int nmc=100000) |
double | gamHXSection (double El, double Eh) |
double | gamHXSection_er (double El, double Eh) |
void | findMaxXS (EvtParticle *p) |
double | difgamXs (EvtParticle *p) |
double | difgamXs (double mhds, double sintheta) |
double | Mhad_sampling (double *x, double *y) |
double | ISR_ang_integrate (double x, double theta) |
double | ISR_ang_sampling (double x) |
bool | hadron_angle_sampling (EvtVector4R ppi, EvtVector4R pcm) |
void | SetP4 (EvtParticle *part, double mhdr, double xeng, double theta) |
void | SetP4Rvalue (EvtParticle *part, double mhdr, double xeng, double theta) |
bool | gam_sampling (EvtParticle *p) |
bool | xs_sampling (double xs) |
bool | xs_sampling (double xs, double xs1) |
bool | baryon_sampling (EvtVector4R pcm, EvtVector4R pi) |
bool | meson_sampling (EvtVector4R pcm, EvtVector4R pi) |
bool | VP_sampling (EvtVector4R pcm, EvtVector4R pi) |
bool | angularSampling (EvtParticle *part) |
bool | photonSampling (EvtParticle *part) |
double | baryonAng (double mx) |
double | Rad1 (double s, double x) |
double | Rad2 (double s, double x) |
double | Rad2difXs (EvtParticle *p) |
double | Rad2difXs (double s, double x) |
double | Rad1difXs (EvtParticle *p) |
double | Ros_xs (double mx, double bree, EvtId pid) |
double | Li2 (double x) |
double | SoftPhoton_xs (double s, double b) |
double | lgr (double *x, double *y, int n, double t) |
bool | islgr (double *x, double *y, int n, double t) |
double | LLr (double *x, double *y, int n, double t) |
int | selectMode (std::vector< int > vmod, double mhds) |
void | findMaxXS (double mhds) |
bool | gam_sampling (double mhds, double sintheta) |
void | resetResMass () |
void | getResMass () |
bool | checkdecay (EvtParticle *p) |
double | sumExc (double mx) |
void | showResMass () |
int | getNdaugs () |
EvtId * | getDaugId () |
int | getSelectedMode () |
double | narrowRXS (double mxL, double mxH) |
double | selectMass () |
double | addNarrowRXS (double mhi, double binwidth) |
void | ReadVP () |
double | getVP (double cms) |
![]() | |
void | makeDecay (EvtParticle *p) |
virtual | ~EvtDecayIncoherent () |
void | setDaughterSpinDensity (int daughter) |
int | isDaughterSpinDensitySet (int daughter) |
![]() | |
virtual void | getName (std::string &name)=0 |
virtual void | decay (EvtParticle *p)=0 |
virtual void | makeDecay (EvtParticle *p)=0 |
virtual EvtDecayBase * | clone ()=0 |
virtual void | init () |
virtual void | initProbMax () |
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 () |
Static Public Attributes | |
static EvtXsection * | myxsection |
static double | _cms |
static double | XS_max |
static int | getMode |
static int | conexcmode =-1 |
Additional Inherited Members | |
![]() | |
static void | findMasses (EvtParticle *p, int ndaugs, EvtId daugs[10], double masses[10]) |
static void | findMass (EvtParticle *p) |
static double | findMaxMass (EvtParticle *p) |
![]() | |
bool | daugsDecayedByParentModel () |
![]() | |
bool | _daugsDecayedByParentModel |
Definition at line 87 of file EvtConExc.hh.
|
inline |
|
virtual |
Definition at line 165 of file EvtConExc.cc.
double EvtConExc::addNarrowRXS | ( | double | mhi, |
double | binwidth | ||
) |
Definition at line 2300 of file EvtConExc.cc.
Referenced by init().
bool EvtConExc::angularSampling | ( | EvtParticle * | part | ) |
Definition at line 2189 of file EvtConExc.cc.
Referenced by decay().
bool EvtConExc::baryon_sampling | ( | EvtVector4R | pcm, |
EvtVector4R | pi | ||
) |
Definition at line 1564 of file EvtConExc.cc.
Referenced by hadron_angle_sampling().
double EvtConExc::baryonAng | ( | double | mx | ) |
Definition at line 2225 of file EvtConExc.cc.
Referenced by baryon_sampling().
bool EvtConExc::checkdecay | ( | EvtParticle * | p | ) |
Definition at line 2143 of file EvtConExc.cc.
Referenced by decay().
|
virtual |
|
virtual |
Implements EvtDecayBase.
Definition at line 1030 of file EvtConExc.cc.
double EvtConExc::difgamXs | ( | double | mhds, |
double | sintheta | ||
) |
Definition at line 2003 of file EvtConExc.cc.
double EvtConExc::difgamXs | ( | EvtParticle * | p | ) |
Definition at line 1511 of file EvtConExc.cc.
Referenced by findMaxXS(), gam_sampling(), and gamHXSection().
void EvtConExc::findMaxXS | ( | double | mhds | ) |
Definition at line 1988 of file EvtConExc.cc.
void EvtConExc::findMaxXS | ( | EvtParticle * | p | ) |
Definition at line 1466 of file EvtConExc.cc.
bool EvtConExc::gam_sampling | ( | double | mhds, |
double | sintheta | ||
) |
Definition at line 1545 of file EvtConExc.cc.
bool EvtConExc::gam_sampling | ( | EvtParticle * | p | ) |
Definition at line 1538 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::gamHXSection | ( | double | El, |
double | Eh | ||
) |
Definition at line 1431 of file EvtConExc.cc.
double EvtConExc::gamHXSection | ( | double | s, |
double | El, | ||
double | Eh, | ||
int | nmc = 100000 |
||
) |
Definition at line 1399 of file EvtConExc.cc.
double EvtConExc::gamHXSection | ( | EvtParticle * | p, |
double | El, | ||
double | Eh, | ||
int | nmc = 100000 |
||
) |
Definition at line 1340 of file EvtConExc.cc.
Referenced by init().
double EvtConExc::gamHXSection_er | ( | double | El, |
double | Eh | ||
) |
Definition at line 1448 of file EvtConExc.cc.
|
inline |
|
virtual |
Implements EvtDecayBase.
Definition at line 174 of file EvtConExc.cc.
|
inline |
void EvtConExc::getResMass | ( | ) |
Definition at line 2096 of file EvtConExc.cc.
Referenced by init().
|
inline |
Definition at line 156 of file EvtConExc.hh.
double EvtConExc::getVP | ( | double | cms | ) |
Definition at line 2334 of file EvtConExc.cc.
Referenced by init(), Rad2(), and SoftPhoton_xs().
bool EvtConExc::hadron_angle_sampling | ( | EvtVector4R | ppi, |
EvtVector4R | pcm | ||
) |
Definition at line 1322 of file EvtConExc.cc.
Referenced by decay().
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 187 of file EvtConExc.cc.
void EvtConExc::init_Br_ee | ( | ) |
Definition at line 1710 of file EvtConExc.cc.
Referenced by init().
void EvtConExc::init_mode | ( | int | mode | ) |
Definition at line 576 of file EvtConExc.cc.
Referenced by decay(), EvtRexc::decay(), init(), and sumExc().
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 1024 of file EvtConExc.cc.
bool EvtConExc::islgr | ( | double * | x, |
double * | y, | ||
int | n, | ||
double | t | ||
) |
Definition at line 1857 of file EvtConExc.cc.
double EvtConExc::ISR_ang_integrate | ( | double | x, |
double | theta | ||
) |
Definition at line 1911 of file EvtConExc.cc.
Referenced by ISR_ang_sampling().
double EvtConExc::ISR_ang_sampling | ( | double | x | ) |
Definition at line 1929 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::lgr | ( | double * | x, |
double * | y, | ||
int | n, | ||
double | t | ||
) |
Definition at line 1842 of file EvtConExc.cc.
double EvtConExc::Li2 | ( | double | x | ) |
Definition at line 1836 of file EvtConExc.cc.
Referenced by SoftPhoton_xs().
double EvtConExc::LLr | ( | double * | x, |
double * | y, | ||
int | n, | ||
double | t | ||
) |
Definition at line 1872 of file EvtConExc.cc.
bool EvtConExc::meson_sampling | ( | EvtVector4R | pcm, |
EvtVector4R | pi | ||
) |
Definition at line 1581 of file EvtConExc.cc.
Referenced by hadron_angle_sampling().
double EvtConExc::Mhad_sampling | ( | double * | x, |
double * | y | ||
) |
Definition at line 1888 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::narrowRXS | ( | double | mxL, |
double | mxH | ||
) |
Definition at line 2266 of file EvtConExc.cc.
bool EvtConExc::photonSampling | ( | EvtParticle * | part | ) |
Definition at line 2235 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::Rad1 | ( | double | s, |
double | x | ||
) |
Definition at line 1603 of file EvtConExc.cc.
Referenced by Rad1difXs().
double EvtConExc::Rad1difXs | ( | EvtParticle * | p | ) |
Definition at line 1682 of file EvtConExc.cc.
Referenced by gamHXSection().
double EvtConExc::Rad2 | ( | double | s, |
double | x | ||
) |
Definition at line 1615 of file EvtConExc.cc.
Referenced by narrowRXS(), Rad2difXs(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), Rad2difXs_er2(), and Ros_xs().
double EvtConExc::Rad2difXs | ( | double | s, |
double | x | ||
) |
Definition at line 1670 of file EvtConExc.cc.
double EvtConExc::Rad2difXs | ( | EvtParticle * | p | ) |
Definition at line 1639 of file EvtConExc.cc.
Referenced by gamHXSection().
void EvtConExc::ReadVP | ( | ) |
Definition at line 2355 of file EvtConExc.cc.
Referenced by init().
void EvtConExc::resetResMass | ( | ) |
Definition at line 2061 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::Ros_xs | ( | double | mx, |
double | bree, | ||
EvtId | pid | ||
) |
Definition at line 1742 of file EvtConExc.cc.
Referenced by init().
double EvtConExc::selectMass | ( | ) |
Definition at line 2309 of file EvtConExc.cc.
int EvtConExc::selectMode | ( | std::vector< int > | vmod, |
double | mhds | ||
) |
Definition at line 2014 of file EvtConExc.cc.
Referenced by decay().
void EvtConExc::SetP4 | ( | EvtParticle * | part, |
double | mhdr, | ||
double | xeng, | ||
double | theta | ||
) |
Definition at line 1953 of file EvtConExc.cc.
Referenced by decay().
void EvtConExc::SetP4Rvalue | ( | EvtParticle * | part, |
double | mhdr, | ||
double | xeng, | ||
double | theta | ||
) |
Definition at line 1970 of file EvtConExc.cc.
Referenced by decay().
void EvtConExc::showResMass | ( | ) |
Definition at line 2132 of file EvtConExc.cc.
double EvtConExc::SoftPhoton_xs | ( | double | s, |
double | b | ||
) |
Definition at line 1811 of file EvtConExc.cc.
Referenced by init().
double EvtConExc::sumExc | ( | double | mx | ) |
Definition at line 2157 of file EvtConExc.cc.
Referenced by init().
bool EvtConExc::VP_sampling | ( | EvtVector4R | pcm, |
EvtVector4R | pi | ||
) |
Definition at line 1592 of file EvtConExc.cc.
Referenced by hadron_angle_sampling().
bool EvtConExc::xs_sampling | ( | double | xs | ) |
Definition at line 1552 of file EvtConExc.cc.
bool EvtConExc::xs_sampling | ( | double | xs, |
double | xs1 | ||
) |
Definition at line 1558 of file EvtConExc.cc.
|
static |
Definition at line 137 of file EvtConExc.hh.
Referenced by baryon_sampling(), decay(), difgamXs(), findMaxXS(), init(), ISR_ang_integrate(), Mhad_sampling(), narrowRXS(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), Rad2difXs_er2(), selectMass(), SetP4(), SetP4Rvalue(), and sumExc().
|
static |
Definition at line 157 of file EvtConExc.hh.
Referenced by decay(), and EvtRexc::decay().
|
static |
Definition at line 140 of file EvtConExc.hh.
Referenced by init().
|
static |
Definition at line 136 of file EvtConExc.hh.
Referenced by decay(), difgamXs(), findMaxXS(), init(), Rad1difXs(), Rad2difXs(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), Rad2difXs_er2(), selectMode(), sumExc(), and ~EvtConExc().
|
static |
Definition at line 138 of file EvtConExc.hh.
Referenced by init(), Rad1difXs(), Rad2difXs(), Rad2difXs(), Rad2difXs2(), and xs_sampling().