#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 19 of file CaliIOV.cc.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 48 of file CaliIOV.cc.
References cuy::dh, and MillePedeFileConverter_cfg::e.
CaliTag CaliIOV::getCaliTag | ( | ) | const |
Definition at line 46 of file CaliIOV.cc.
|
inline |
Tm CaliIOV::getSince | ( | ) | const |
Definition at line 28 of file CaliIOV.cc.
Tm CaliIOV::getTill | ( | ) | const |
Definition at line 37 of file CaliIOV.cc.
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 94 of file CaliIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, l1ctLayer2EG_cff::id, SiStripBadComponentsDQMServiceTemplate_cfg::since, and ntuplemaker::till.
Definition at line 174 of file CaliIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and makeGlobalPositionRcd_cfg::tag.
Referenced by EcalCondDBInterface::fetchCaliIOV().
void CaliIOV::setCaliTag | ( | const CaliTag & | tag | ) |
void CaliIOV::setSince | ( | const Tm & | since | ) |
Definition at line 21 of file CaliIOV.cc.
References SiStripBadComponentsDQMServiceTemplate_cfg::since.
void CaliIOV::setTill | ( | const Tm & | till | ) |
|
privatenoexcept |
Definition at line 127 of file CaliIOV.cc.
References cuy::dh, and MillePedeFileConverter_cfg::e.
|
friend |
|
private |
Definition at line 45 of file CaliIOV.h.
Referenced by operator==().
|
private |
Definition at line 43 of file CaliIOV.h.
Referenced by operator==().
|
private |
Definition at line 44 of file CaliIOV.h.
Referenced by operator==().