#include <DCUVFETempDat.h>
Public Member Functions | |
DCUVFETempDat () | |
std::string | getTable () override |
float | getVFETemp () const |
void | setVFETemp (float temp) |
~DCUVFETempDat () override | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
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 | fetchData (std::map< EcalLogicID, DCUVFETempDat > *fillVec, DCUIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, DCUVFETempDat > *data, DCUIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const DCUVFETempDat *item, DCUIOV *iov) noexcept(false) |
Private Attributes | |
float | m_vfeTemp |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDataItem | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 12 of file DCUVFETempDat.h.
DCUVFETempDat::DCUVFETempDat | ( | ) |
Definition at line 12 of file DCUVFETempDat.cc.
|
override |
Definition at line 24 of file DCUVFETempDat.cc.
|
privatenoexcept |
Definition at line 74 of file DCUVFETempDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and setVFETemp().
Referenced by getVFETemp().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file DCUVFETempDat.h.
|
inline |
Definition at line 22 of file DCUVFETempDat.h.
References data, fetchData(), m_vfeTemp, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 30 of file DCUVFETempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getVFETemp().
|
inline |
Definition at line 21 of file DCUVFETempDat.h.
References m_vfeTemp, and groupFilesInBlocks::temp.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 117 of file DCUVFETempDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), getVFETemp(), AlCaHLTBitMon_ParallelJobs::p, x, and geometryCSVtoXML::xx.
Referenced by getVFETemp().
|
privatenoexcept |
Definition at line 48 of file DCUVFETempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getVFETemp().
|
friend |
Definition at line 14 of file DCUVFETempDat.h.
|
private |
Definition at line 38 of file DCUVFETempDat.h.
Referenced by getVFETemp(), and setVFETemp().