|
BOSS 7.1.3
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 34 of file EvtModel.hh.
| EvtDecayBase * EvtModel::getFcn | ( | std::string | model_name | ) |
Definition at line 46 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
|
inlinestatic |
Definition at line 63 of file EvtModel.hh.
Referenced by EvtModelReg::EvtModelReg(), and EvtDecayTable::readDecayFile().
| int EvtModel::isCommand | ( | std::string | cmd | ) |
Definition at line 92 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
| int EvtModel::isModel | ( | std::string | name | ) |
Definition at line 83 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().
| void EvtModel::Register | ( | EvtDecayBase * | prototype | ) |
Definition at line 64 of file EvtModel.cc.
Referenced by EvtModelReg::EvtModelReg().
| void EvtModel::storeCommand | ( | std::string | cmd, |
| std::string | cnfgstr ) |
Definition at line 100 of file EvtModel.cc.
Referenced by EvtDecayTable::readDecayFile().