|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EvtModel.hh>
Public Member Functions | |
| void | Register (EvtDecayBase *prototype) |
| int | isModel (std::string name) |
| EvtDecayBase * | getFcn (std::string model_name) |
| int | isCommand (std::string cmd) |
| void | storeCommand (std::string cmd, std::string cnfgstr) |
Static Public Member Functions | |
| static EvtModel & | instance () |
Definition at line 33 of file EvtModel.hh.
| EvtDecayBase * EvtModel::getFcn | ( | std::string | model_name | ) |
Definition at line 44 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
|
inlinestatic |
Definition at line 56 of file EvtModel.hh.
Referenced by EvtModelReg::EvtModelReg(), and EvtDecayTable::readDecayFile().
| int EvtModel::isCommand | ( | std::string | cmd | ) |
Definition at line 83 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
| int EvtModel::isModel | ( | std::string | name | ) |
Definition at line 77 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
| void EvtModel::Register | ( | EvtDecayBase * | prototype | ) |
Definition at line 59 of file EvtModel.cc.
Referenced by EvtModelReg::EvtModelReg().
| void EvtModel::storeCommand | ( | std::string | cmd, |
| std::string | cnfgstr ) |
Definition at line 89 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().