#include <CaliIOV.h>
Public Member Functions | |
CaliIOV () | |
int | fetchID () throw (std::runtime_error) |
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) throw (std::runtime_error) |
void | setCaliTag (const CaliTag &tag) |
void | setSince (const Tm &since) |
void | setTill (const Tm &till) |
~CaliIOV () | |
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) throw (std::runtime_error) |
int | writeDB () throw (std::runtime_error) |
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 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 |
CaliIOV::CaliIOV | ( | ) |
CaliIOV::~CaliIOV | ( | ) |
Definition at line 22 of file CaliIOV.cc.
|
virtual |
Implements IUniqueDBObject.
Definition at line 79 of file CaliIOV.cc.
References cuy::dh, alignCSCRings::e, DateHandler::getPlusInfTm(), and DateHandler::tmToDate().
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 |
|
virtual |
Implements IUniqueDBObject.
Definition at line 128 of file CaliIOV.cc.
References DateHandler::dateToTm(), cuy::dh, and alignCSCRings::e.
Definition at line 215 of file CaliIOV.cc.
References DateHandler::dateToTm(), cuy::dh, alignCSCRings::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 | ) |
Definition at line 28 of file CaliIOV.cc.
void CaliIOV::setTill | ( | const Tm & | till | ) |
Definition at line 45 of file CaliIOV.cc.
|
private |
Definition at line 165 of file CaliIOV.cc.
References cuy::dh, alignCSCRings::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==().