CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <DataInfoSvc.h>
Public Member Functions | |
DataInfoSvc (const std::string &name, ISvcLocator *svcloc) | |
~DataInfoSvc () | |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvUnknown) |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
string | getDecayOptions () |
std::vector< int > | getTotEvtNo () |
void | setDecayCard (string card) |
void | setTotEvtNo (std::vector< int > i) |
Additional Inherited Members | |
Static Public Member Functions inherited from IDataInfoSvc | |
static const InterfaceID & | interfaceID () |
Definition at line 15 of file DataInfoSvc.h.
DataInfoSvc::DataInfoSvc | ( | const std::string & | name, |
ISvcLocator * | svcloc ) |
Definition at line 24 of file DataInfoSvc.cxx.
DataInfoSvc::~DataInfoSvc | ( | ) |
Definition at line 29 of file DataInfoSvc.cxx.
|
virtual |
Definition at line 72 of file DataInfoSvc.cxx.
|
inline |
Definition at line 25 of file DataInfoSvc.h.
Referenced by RootInterface::getDecayOptions().
|
inline |
Definition at line 26 of file DataInfoSvc.h.
Referenced by MixerAlg::execute(), and RootInterface::getTotEvtNo().
|
virtual |
Definition at line 41 of file DataInfoSvc.cxx.
|
virtual |
Definition at line 32 of file DataInfoSvc.cxx.
void DataInfoSvc::setDecayCard | ( | string | card | ) |
Definition at line 50 of file DataInfoSvc.cxx.
Referenced by EvtDecay::initialize().
|
inline |
Definition at line 29 of file DataInfoSvc.h.
Referenced by McContext::McContext(), and RootInterface::printJobInfo().