#include <MODRunIOV.h>
Public Member Functions | |
int | fetchID () throw (std::runtime_error) |
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) throw (std::runtime_error) |
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 () | |
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) throw (std::runtime_error) |
void | setByRun (RunIOV *runiov, subrun_t subrun) throw (std::runtime_error) |
int | writeDB () throw (std::runtime_error) |
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 throw (std::runtime_error) |
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 | ( | ) |
MODRunIOV::~MODRunIOV | ( | ) |
Definition at line 24 of file MODRunIOV.cc.
|
virtual |
Implements IUniqueDBObject.
Definition at line 101 of file MODRunIOV.cc.
References cuy::dh, alignCSCRings::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
|
private |
Definition at line 247 of file MODRunIOV.cc.
|
inline |
RunIOV MODRunIOV::getRunIOV | ( | ) |
Definition at line 44 of file MODRunIOV.cc.
Tm MODRunIOV::getSubRunEnd | ( | ) | const |
Definition at line 94 of file MODRunIOV.cc.
run_t MODRunIOV::getSubRunNumber | ( | ) | const |
Definition at line 60 of file MODRunIOV.cc.
Tm MODRunIOV::getSubRunStart | ( | ) | const |
Definition at line 77 of file MODRunIOV.cc.
|
inline |
|
inline |
Definition at line 38 of file MODRunIOV.h.
References m_runIOV, m_subRunEnd, m_subRunNum, and m_subRunStart.
|
virtual |
Implements IUniqueDBObject.
Definition at line 156 of file MODRunIOV.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
Definition at line 262 of file MODRunIOV.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
void MODRunIOV::setID | ( | int | id | ) |
Definition at line 29 of file MODRunIOV.cc.
void MODRunIOV::setRunIOV | ( | const RunIOV & | iov | ) |
void MODRunIOV::setSubRunEnd | ( | const Tm & | end | ) |
void MODRunIOV::setSubRunNumber | ( | subrun_t | subrun | ) |
Definition at line 50 of file MODRunIOV.cc.
void MODRunIOV::setSubRunStart | ( | const Tm & | start | ) |
|
private |
Definition at line 195 of file MODRunIOV.cc.
References cuy::dh, alignCSCRings::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==().