BOSS 6.6.4.p03
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) |
bool | gam_sampling (EvtParticle *p) |
bool | xs_sampling (double xs) |
bool | baryon_sampling (EvtVector4R pcm, EvtVector4R pi) |
bool | meson_sampling (EvtVector4R pcm, EvtVector4R pi) |
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) |
Public Member Functions inherited from EvtDecayIncoherent | |
void | makeDecay (EvtParticle *p) |
virtual | ~EvtDecayIncoherent () |
void | setDaughterSpinDensity (int daughter) |
int | isDaughterSpinDensitySet (int daughter) |
Public Member Functions inherited from EvtDecayBase | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from EvtDecayBase | |
static void | findMasses (EvtParticle *p, int ndaugs, EvtId daugs[10], double masses[10]) |
static void | findMass (EvtParticle *p) |
static double | findMaxMass (EvtParticle *p) |
Protected Member Functions inherited from EvtDecayBase | |
bool | daugsDecayedByParentModel () |
Protected Attributes inherited from EvtDecayBase | |
bool | _daugsDecayedByParentModel |
Definition at line 87 of file EvtConExc.hh.
|
inline |
|
virtual |
Definition at line 136 of file EvtConExc.cc.
bool EvtConExc::baryon_sampling | ( | EvtVector4R | pcm, |
EvtVector4R | pi | ||
) |
Definition at line 1011 of file EvtConExc.cc.
Referenced by decay().
|
virtual |
|
virtual |
Implements EvtDecayBase.
Definition at line 717 of file EvtConExc.cc.
double EvtConExc::difgamXs | ( | EvtParticle * | p | ) |
Definition at line 973 of file EvtConExc.cc.
Referenced by findMaxXS(), gam_sampling(), and gamHXSection().
void EvtConExc::findMaxXS | ( | EvtParticle * | p | ) |
Definition at line 938 of file EvtConExc.cc.
Referenced by init().
bool EvtConExc::gam_sampling | ( | EvtParticle * | p | ) |
Definition at line 999 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::gamHXSection | ( | double | El, |
double | Eh | ||
) |
Definition at line 903 of file EvtConExc.cc.
double EvtConExc::gamHXSection | ( | double | s, |
double | El, | ||
double | Eh, | ||
int | nmc = 100000 |
||
) |
Definition at line 878 of file EvtConExc.cc.
double EvtConExc::gamHXSection | ( | EvtParticle * | p, |
double | El, | ||
double | Eh, | ||
int | nmc = 100000 |
||
) |
Definition at line 819 of file EvtConExc.cc.
Referenced by init().
double EvtConExc::gamHXSection_er | ( | double | El, |
double | Eh | ||
) |
Definition at line 920 of file EvtConExc.cc.
|
virtual |
Implements EvtDecayBase.
Definition at line 145 of file EvtConExc.cc.
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 158 of file EvtConExc.cc.
void EvtConExc::init_Br_ee | ( | ) |
Definition at line 1141 of file EvtConExc.cc.
Referenced by init().
void EvtConExc::init_mode | ( | int | mode | ) |
Definition at line 337 of file EvtConExc.cc.
Referenced by init().
|
virtual |
Reimplemented from EvtDecayBase.
Definition at line 711 of file EvtConExc.cc.
double EvtConExc::Li2 | ( | double | x | ) |
Definition at line 1265 of file EvtConExc.cc.
Referenced by SoftPhoton_xs().
bool EvtConExc::meson_sampling | ( | EvtVector4R | pcm, |
EvtVector4R | pi | ||
) |
Definition at line 1025 of file EvtConExc.cc.
Referenced by decay().
double EvtConExc::Rad1 | ( | double | s, |
double | x | ||
) |
Definition at line 1036 of file EvtConExc.cc.
Referenced by Rad1difXs().
double EvtConExc::Rad1difXs | ( | EvtParticle * | p | ) |
Definition at line 1113 of file EvtConExc.cc.
Referenced by gamHXSection().
double EvtConExc::Rad2 | ( | double | s, |
double | x | ||
) |
Definition at line 1048 of file EvtConExc.cc.
Referenced by Rad2difXs(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), Rad2difXs_er2(), and Ros_xs().
double EvtConExc::Rad2difXs | ( | double | s, |
double | x | ||
) |
Definition at line 1101 of file EvtConExc.cc.
double EvtConExc::Rad2difXs | ( | EvtParticle * | p | ) |
Definition at line 1070 of file EvtConExc.cc.
Referenced by gamHXSection().
double EvtConExc::Ros_xs | ( | double | mx, |
double | bree, | ||
EvtId | pid | ||
) |
Definition at line 1173 of file EvtConExc.cc.
Referenced by init().
double EvtConExc::SoftPhoton_xs | ( | double | s, |
double | b | ||
) |
Definition at line 1242 of file EvtConExc.cc.
Referenced by init().
bool EvtConExc::xs_sampling | ( | double | xs | ) |
Definition at line 1006 of file EvtConExc.cc.
Referenced by decay().
|
static |
Definition at line 125 of file EvtConExc.hh.
Referenced by init(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), and Rad2difXs_er2().
|
static |
Definition at line 128 of file EvtConExc.hh.
Referenced by init().
|
static |
Definition at line 124 of file EvtConExc.hh.
Referenced by decay(), difgamXs(), init(), Rad1difXs(), Rad2difXs(), Rad2difXs(), Rad2difXs2(), Rad2difXs_er(), Rad2difXs_er2(), and ~EvtConExc().
|
static |
Definition at line 126 of file EvtConExc.hh.
Referenced by init(), Rad1difXs(), Rad2difXs(), Rad2difXs(), Rad2difXs2(), and xs_sampling().