#include <MODRunIOV.h>
Public Member Functions | |
int | fetchID () noexcept(false) override |
int | getID () |
RunIOV | getRunIOV () |
Tm | getSubRunEnd () const |
run_t | getSubRunNumber () const |
Tm | getSubRunStart () const |
MODRunIOV () | |
bool | operator!= (const MODRunIOV &m) const |
bool | operator== (const MODRunIOV &m) const |
void | setByID (int id) noexcept(false) override |
void | setID (int id) |
void | setRunIOV (const RunIOV &iov) |
void | setSubRunEnd (const Tm &end) |
void | setSubRunNumber (subrun_t subrun) |
void | setSubRunStart (const Tm &start) |
~MODRunIOV () 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 () |
Private Member Functions | |
void | fetchParentIDs (int *runIOVID) noexcept(false) |
void | setByRun (RunIOV *runiov, subrun_t subrun) noexcept(false) |
int | writeDB () noexcept(false) |
Private Attributes | |
RunIOV | m_runIOV |
Tm | m_subRunEnd |
subrun_t | m_subRunNum |
Tm | m_subRunStart |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 13 of file MODRunIOV.h.
MODRunIOV::MODRunIOV | ( | ) |
Definition at line 12 of file MODRunIOV.cc.
|
override |
Definition at line 24 of file MODRunIOV.cc.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 101 of file MODRunIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
Referenced by getID().
|
privatenoexcept |
Definition at line 247 of file MODRunIOV.cc.
|
inline |
Definition at line 21 of file MODRunIOV.h.
References end, fetchID(), getRunIOV(), getSubRunEnd(), getSubRunNumber(), getSubRunStart(), IUniqueDBObject::m_ID, noexcept, setByID(), setRunIOV(), setSubRunEnd(), setSubRunNumber(), and setSubRunStart().
RunIOV MODRunIOV::getRunIOV | ( | ) |
Definition at line 44 of file MODRunIOV.cc.
Referenced by getID().
Tm MODRunIOV::getSubRunEnd | ( | ) | const |
Definition at line 94 of file MODRunIOV.cc.
Referenced by getID().
run_t MODRunIOV::getSubRunNumber | ( | ) | const |
Tm MODRunIOV::getSubRunStart | ( | ) | const |
|
inline |
|
inline |
Definition at line 38 of file MODRunIOV.h.
References m_runIOV, m_subRunEnd, m_subRunNum, and m_subRunStart.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 156 of file MODRunIOV.cc.
References DateHandler::dateToTm(), cuy::dh, MillePedeFileConverter_cfg::e, and triggerObjects_cff::id.
Referenced by getID().
Definition at line 262 of file MODRunIOV.cc.
References DateHandler::dateToTm(), cuy::dh, and MillePedeFileConverter_cfg::e.
void MODRunIOV::setID | ( | int | id | ) |
void MODRunIOV::setRunIOV | ( | const RunIOV & | iov | ) |
void MODRunIOV::setSubRunEnd | ( | const Tm & | end | ) |
void MODRunIOV::setSubRunNumber | ( | subrun_t | subrun | ) |
void MODRunIOV::setSubRunStart | ( | const Tm & | start | ) |
|
privatenoexcept |
Definition at line 195 of file MODRunIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
|
friend |
Definition at line 15 of file MODRunIOV.h.
|
private |
Definition at line 50 of file MODRunIOV.h.
Referenced by operator==().
|
private |
Definition at line 53 of file MODRunIOV.h.
Referenced by operator==().
|
private |
Definition at line 51 of file MODRunIOV.h.
Referenced by operator==().
|
private |
Definition at line 52 of file MODRunIOV.h.
Referenced by operator==().