#include <RunPTMTempDat.h>
Public Member Functions | |
std::string | getTable () |
float | getTemperature () const |
RunPTMTempDat () | |
void | setTemperature (float t) |
~RunPTMTempDat () | |
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, RunPTMTempDat > *fillMap, RunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const RunPTMTempDat *item, RunIOV *iov) noexcept(false) |
Private Attributes | |
float | m_temperature |
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 11 of file RunPTMTempDat.h.
RunPTMTempDat::RunPTMTempDat | ( | ) |
RunPTMTempDat::~RunPTMTempDat | ( | ) |
Definition at line 23 of file RunPTMTempDat.cc.
|
privatenoexcept |
Definition at line 72 of file RunPTMTempDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and setTemperature().
Referenced by getTemperature().
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file RunPTMTempDat.h.
|
inline |
Definition at line 20 of file RunPTMTempDat.h.
References fetchData(), m_temperature, noexcept, prepareWrite(), and writeDB().
|
privatevirtualnoexcept |
Implements IDataItem.
Definition at line 29 of file RunPTMTempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTemperature().
|
inline |
Definition at line 19 of file RunPTMTempDat.h.
References m_temperature, and lumiQTWidget::t.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 47 of file RunPTMTempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTemperature().
|
friend |
Definition at line 13 of file RunPTMTempDat.h.
|
private |
Definition at line 33 of file RunPTMTempDat.h.
Referenced by getTemperature(), and setTemperature().