#include <CaliTempDat.h>
Public Member Functions | |
CaliTempDat () | |
float | getBeta () const |
float | getOffset () const |
float | getR25 () const |
std::string | getTable () override |
bool | getTaskStatus () const |
void | setBeta (float c) |
void | setOffset (float c) |
void | setR25 (float c) |
void | setTaskStatus (bool s) |
~CaliTempDat () 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, CaliTempDat > *fillVec, CaliIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, CaliTempDat > *data, CaliIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const CaliTempDat *item, CaliIOV *iov) noexcept(false) |
Private Attributes | |
float | m_beta |
float | m_offset |
float | m_r25 |
bool | m_taskStatus |
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 CaliTempDat.h.
CaliTempDat::CaliTempDat | ( | ) |
Definition at line 12 of file CaliTempDat.cc.
|
override |
Definition at line 23 of file CaliTempDat.cc.
|
privatenoexcept |
Definition at line 69 of file CaliTempDat.cc.
References dat, alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setBeta(), setOffset(), setR25(), and setTaskStatus().
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |
|
overrideprivatevirtualnoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 30 of file CaliTempDat.h.
References m_taskStatus, and alignCSCRings::s.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 113 of file CaliTempDat.cc.
References submitPVResolutionJobs::count, data, alignCSCRings::e, getBeta(), EcalLogicID::getLogicID(), getOffset(), getR25(), getTaskStatus(), AlCaHLTBitMon_ParallelJobs::p, x, y, and z.
|
privatenoexcept |
Definition at line 40 of file CaliTempDat.cc.
References alignCSCRings::e, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 14 of file CaliTempDat.h.
|
private |
Definition at line 43 of file CaliTempDat.h.
|
private |
Definition at line 45 of file CaliTempDat.h.
Referenced by getOffset(), and setOffset().
|
private |
Definition at line 44 of file CaliTempDat.h.
|
private |
Definition at line 46 of file CaliTempDat.h.
Referenced by getTaskStatus(), and setTaskStatus().