#include <CaliIOV.h>
Public Member Functions | |
CaliIOV () | |
int | fetchID () noexcept(false) override |
CaliTag | getCaliTag () const |
int | getID () |
Tm | getSince () const |
Tm | getTill () const |
bool | operator!= (const CaliIOV &m) const |
bool | operator== (const CaliIOV &m) const |
void | setByID (int id) noexcept(false) override |
void | setCaliTag (const CaliTag &tag) |
void | setSince (const Tm &since) |
void | setTill (const Tm &till) |
~CaliIOV () 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 | setByTm (CaliTag *tag, const Tm &time) noexcept(false) |
int | writeDB () noexcept(false) |
Private Attributes | |
CaliTag | m_caliTag |
Tm | m_since |
Tm | m_till |
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 |
CaliIOV::CaliIOV | ( | ) |
Definition at line 12 of file CaliIOV.cc.
|
override |
Definition at line 22 of file CaliIOV.cc.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 79 of file CaliIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
Referenced by getID().
CaliTag CaliIOV::getCaliTag | ( | ) | const |
Definition at line 72 of file CaliIOV.cc.
|
inline |
Tm CaliIOV::getSince | ( | ) | const |
Definition at line 38 of file CaliIOV.cc.
Tm CaliIOV::getTill | ( | ) | const |
Definition at line 55 of file CaliIOV.cc.
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 128 of file CaliIOV.cc.
References DateHandler::dateToTm(), cuy::dh, MillePedeFileConverter_cfg::e, triggerObjects_cff::id, ntuplemaker::since, and ntuplemaker::till.
Referenced by getID().
Definition at line 215 of file CaliIOV.cc.
References DateHandler::dateToTm(), cuy::dh, MillePedeFileConverter_cfg::e, GlobalPosition_Frontier_DevDB_cff::tag, and DateHandler::tmToDate().
Referenced by EcalCondDBInterface::fetchCaliIOV().
void CaliIOV::setCaliTag | ( | const CaliTag & | tag | ) |
void CaliIOV::setSince | ( | const Tm & | since | ) |
void CaliIOV::setTill | ( | const Tm & | till | ) |
|
privatenoexcept |
Definition at line 165 of file CaliIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
|
friend |
|
private |
Definition at line 50 of file CaliIOV.h.
Referenced by operator==().
|
private |
Definition at line 48 of file CaliIOV.h.
Referenced by operator==().
|
private |
Definition at line 49 of file CaliIOV.h.
Referenced by operator==().