![]() |
PandaRoot
|
Functions | |
| void | read_dec_file (char *dec_file_name) |
| void | ensure_evt_gen_is_inialized () |
Variables | |
| std::string | EvtGenPDL |
| std::string | EvtGenDecFile |
| std::string | EvtGenChiDecFile |
| bool | evt_gen_is_loaded |
| EvtGen * | evt_gen |
| std::string | chi_c1_str |
| std::string | chi_c2_str |
| std::string | x3872_str |
| EvtId | chi_c1_evt_id |
| EvtId | chi_c2_evt_id |
| EvtId | x3872_evt_id |
| void chigen::evtgen::ensure_evt_gen_is_inialized | ( | ) |
Throws exception if EvtGen is not loaded yet
| void chigen::evtgen::read_dec_file | ( | char * | dec_file_name | ) |
Reads specified decay file and returns state
| dec_file_name | the decay file name |
| EvtId chigen::evtgen::chi_c1_evt_id |
EvtGen ids of charmonia particles
| std::string chigen::evtgen::chi_c1_str |
String names of charmonia states for EvtGen
| EvtId chigen::evtgen::chi_c2_evt_id |
| std::string chigen::evtgen::chi_c2_str |
| EvtGen* chigen::evtgen::evt_gen |
Pointer to EvtGen instance
| bool chigen::evtgen::evt_gen_is_loaded |
If true, then all EvtGen files are loaded
| std::string chigen::evtgen::EvtGenChiDecFile |
EvtGen polarized chi_c decay models
| std::string chigen::evtgen::EvtGenDecFile |
EvtGen default decay file
| std::string chigen::evtgen::EvtGenPDL |
EvtGen pdl
| EvtId chigen::evtgen::x3872_evt_id |
| std::string chigen::evtgen::x3872_str |