#include <DCUIOV.h>
Public Member Functions | |
DCUIOV () | |
int | fetchID () noexcept(false) override |
DCUTag | getDCUTag () const |
int | getID () |
Tm | getSince () const |
Tm | getTill () const |
bool | operator!= (const DCUIOV &m) const |
bool | operator== (const DCUIOV &m) const |
void | setByID (int id) noexcept(false) override |
void | setDCUTag (const DCUTag &tag) |
void | setSince (const Tm &since) |
void | setTill (const Tm &till) |
~DCUIOV () 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 (DCUTag *tag, const Tm &time) noexcept(false) |
int | writeDB () noexcept(false) |
Private Attributes | |
DCUTag | m_dcuTag |
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 |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 48 of file DCUIOV.cc.
References cuy::dh, and MillePedeFileConverter_cfg::e.
|
inline |
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 93 of file DCUIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, l1ctLayer2EG_cff::id, SiStripBadComponentsDQMServiceTemplate_cfg::since, and ntuplemaker::till.
Definition at line 173 of file DCUIOV.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and makeGlobalPositionRcd_cfg::tag.
Referenced by EcalCondDBInterface::fetchDCUIOV().
void DCUIOV::setDCUTag | ( | const DCUTag & | tag | ) |
void DCUIOV::setSince | ( | const Tm & | since | ) |
Definition at line 21 of file DCUIOV.cc.
References SiStripBadComponentsDQMServiceTemplate_cfg::since.
void DCUIOV::setTill | ( | const Tm & | till | ) |
|
privatenoexcept |
Definition at line 126 of file DCUIOV.cc.
References cuy::dh, and MillePedeFileConverter_cfg::e.
|
friend |
|
private |
Definition at line 44 of file DCUIOV.h.
Referenced by operator==().
|
private |
Definition at line 42 of file DCUIOV.h.
Referenced by operator==().
|
private |
Definition at line 43 of file DCUIOV.h.
Referenced by operator==().