#include <MonVersionDef.h>
Public Member Functions | |
int | fetchID () throw (std::runtime_error) |
std::string | getDescription () const |
std::string | getMonitoringVersion () const |
MonVersionDef () | |
bool | operator!= (const MonVersionDef &d) const |
bool | operator== (const MonVersionDef &d) const |
void | setByID (int id) throw (std::runtime_error) |
void | setMonitoringVersion (std::string ver) |
virtual | ~MonVersionDef () |
Public Member Functions inherited from IDBObject | |
oracle::occi::Connection * | getConn () const |
oracle::occi::Environment * | getEnv () const |
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
virtual | ~IDBObject () |
Protected Member Functions | |
void | fetchAllDefs (std::vector< MonVersionDef > *fillVec) throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes | |
std::string | m_desc |
std::string | m_monVer |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Def for Location information
Definition at line 12 of file MonVersionDef.h.
MonVersionDef::MonVersionDef | ( | ) |
|
virtual |
Definition at line 20 of file MonVersionDef.cc.
|
protected |
Definition at line 110 of file MonVersionDef.cc.
References alignCSCRings::e, setByID(), and IDBObject::setConnection().
|
virtual |
Implements IUniqueDBObject.
Definition at line 49 of file MonVersionDef.cc.
References alignCSCRings::e.
string MonVersionDef::getDescription | ( | ) | const |
Definition at line 42 of file MonVersionDef.cc.
string MonVersionDef::getMonitoringVersion | ( | ) | const |
Definition at line 26 of file MonVersionDef.cc.
|
inline |
|
inline |
|
virtual |
Implements IUniqueDBObject.
Definition at line 83 of file MonVersionDef.cc.
References alignCSCRings::e.
Referenced by fetchAllDefs().
void MonVersionDef::setMonitoringVersion | ( | std::string | ver | ) |
Definition at line 33 of file MonVersionDef.cc.
Referenced by EcalCondDBWriter::dqmEndJob(), EcalCondDBReader::EcalCondDBReader(), popcon::EcalChannelStatusHandler::getNewObjects(), popcon::EcalPedestalsHandler::getNewObjectsH2(), popcon::EcalPedestalsHandler::getNewObjectsP5(), EcalTPGDBApp::readFromCondDB_Pedestals(), and EcalPedOffset::writeDb().
|
friend |
Definition at line 14 of file MonVersionDef.h.
|
protected |
Definition at line 36 of file MonVersionDef.h.
|
protected |
Definition at line 35 of file MonVersionDef.h.
Referenced by operator!=(), and operator==().