#include <MonVersionDef.h>
Public Member Functions | |
int | fetchID () noexcept(false) override |
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) noexcept(false) override |
void | setMonitoringVersion (std::string ver) |
~MonVersionDef () override | |
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) noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
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 | ( | ) |
Definition at line 9 of file MonVersionDef.cc.
|
override |
Definition at line 17 of file MonVersionDef.cc.
|
protectednoexcept |
Definition at line 83 of file MonVersionDef.cc.
References MillePedeFileConverter_cfg::e, setByID(), and IDBObject::setConnection().
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 30 of file MonVersionDef.cc.
References MillePedeFileConverter_cfg::e.
string MonVersionDef::getDescription | ( | ) | const |
Definition at line 28 of file MonVersionDef.cc.
string MonVersionDef::getMonitoringVersion | ( | ) | const |
Definition at line 19 of file MonVersionDef.cc.
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 60 of file MonVersionDef.cc.
References MillePedeFileConverter_cfg::e.
Referenced by fetchAllDefs().
void MonVersionDef::setMonitoringVersion | ( | std::string | ver | ) |
Definition at line 21 of file MonVersionDef.cc.
Referenced by EcalPedestalHistory::beginRun(), 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==().