#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 26 of file CaliTempDat.cc.
|
privatenoexcept |
Definition at line 79 of file CaliTempDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setBeta(), setOffset(), setR25(), and setTaskStatus().
Referenced by getTaskStatus().
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |
Definition at line 31 of file CaliTempDat.h.
References data, fetchData(), m_taskStatus, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 32 of file CaliTempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTaskStatus().
|
inline |
Definition at line 21 of file CaliTempDat.h.
References EnergyCorrector::c, and m_beta.
Referenced by fetchData().
|
inline |
Definition at line 27 of file CaliTempDat.h.
References EnergyCorrector::c, and m_offset.
Referenced by fetchData().
|
inline |
Definition at line 24 of file CaliTempDat.h.
References EnergyCorrector::c, and m_r25.
Referenced by fetchData().
|
inline |
Definition at line 30 of file CaliTempDat.h.
References m_taskStatus, and alignCSCRings::s.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 125 of file CaliTempDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getBeta(), EcalLogicID::getLogicID(), getOffset(), getR25(), getTaskStatus(), AlCaHLTBitMon_ParallelJobs::p, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getTaskStatus().
|
privatenoexcept |
Definition at line 50 of file CaliTempDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTaskStatus().
|
friend |
Definition at line 14 of file CaliTempDat.h.
|
private |
Definition at line 49 of file CaliTempDat.h.
|
private |
Definition at line 51 of file CaliTempDat.h.
Referenced by getOffset(), and setOffset().
|
private |
Definition at line 50 of file CaliTempDat.h.
|
private |
Definition at line 52 of file CaliTempDat.h.
Referenced by getTaskStatus(), and setTaskStatus().