Belle II Software
release-08-01-10
|
Public Member Functions | |
RCConfig (const RCConfig &config) | |
void | print () |
DBObject & | getObject () |
const DBObject & | getObject () const |
void | setObject (const DBObject &obj) |
int | getExpNumber () const |
int | getRunNumber () const |
int | getSubNumber () const |
void | setExpNumber (int expno) |
void | setRunNumber (int runno) |
void | setSubNumber (int subno) |
int | getConfigId () const |
const std::string & | getConfigName () const |
Private Attributes | |
DBObject | m_obj |
int | m_expno |
int | m_runno |
int | m_subno |
DBInterface * | m_db |
Definition at line 21 of file RCConfig.h.