#include <DCUCapsuleTempDat.h>
Public Member Functions | |
DCUCapsuleTempDat () | |
float | getCapsuleTemp () const |
std::string | getTable () override |
void | setCapsuleTemp (float temp) |
~DCUCapsuleTempDat () 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, DCUCapsuleTempDat > *fillVec, DCUIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, DCUCapsuleTempDat > *data, DCUIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const DCUCapsuleTempDat *item, DCUIOV *iov) noexcept(false) |
Private Attributes | |
float | m_capsuleTemp |
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 DCUCapsuleTempDat.h.
DCUCapsuleTempDat::DCUCapsuleTempDat | ( | ) |
Definition at line 12 of file DCUCapsuleTempDat.cc.
|
override |
Definition at line 24 of file DCUCapsuleTempDat.cc.
|
privatenoexcept |
Definition at line 74 of file DCUCapsuleTempDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setCapsuleTemp(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getCapsuleTemp().
|
inline |
Definition at line 22 of file DCUCapsuleTempDat.h.
References data, fetchData(), m_capsuleTemp, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file DCUCapsuleTempDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 30 of file DCUCapsuleTempDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getCapsuleTemp().
|
inline |
Definition at line 21 of file DCUCapsuleTempDat.h.
References m_capsuleTemp, and groupFilesInBlocks::temp.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 116 of file DCUCapsuleTempDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getCapsuleTemp(), EcalLogicID::getLogicID(), photons_cff::ids, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, x, and geometryCSVtoXML::xx.
Referenced by getCapsuleTemp().
|
privatenoexcept |
Definition at line 48 of file DCUCapsuleTempDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getCapsuleTemp().
|
friend |
Definition at line 14 of file DCUCapsuleTempDat.h.
|
private |
Definition at line 38 of file DCUCapsuleTempDat.h.
Referenced by getCapsuleTemp(), and setCapsuleTemp().