#include <CaliTempDat.h>
Public Member Functions | |
CaliTempDat () | |
float | getBeta () const |
float | getOffset () const |
float | getR25 () const |
std::string | getTable () |
bool | getTaskStatus () const |
void | setBeta (float c) |
void | setOffset (float c) |
void | setR25 (float c) |
void | setTaskStatus (bool s) |
~CaliTempDat () | |
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) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, CaliTempDat > *data, CaliIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const CaliTempDat *item, CaliIOV *iov) throw (std::runtime_error) |
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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 | ( | ) |
CaliTempDat::~CaliTempDat | ( | ) |
Definition at line 26 of file CaliTempDat.cc.
|
private |
Definition at line 79 of file CaliTempDat.cc.
References alignCSCRings::e, o2o::iov, AlCaHLTBitMon_ParallelJobs::p, setBeta(), setOffset(), setR25(), and setTaskStatus().
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
privatevirtual |
|
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().
|
private |
Definition at line 125 of file CaliTempDat.cc.
References prof2calltree::count, data, alignCSCRings::e, getBeta(), EcalLogicID::getLogicID(), getOffset(), getR25(), getTaskStatus(), o2o::iov, AlCaHLTBitMon_ParallelJobs::p, x, y, and z.
|
private |
|
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().