#include <CaliCrystalIntercalDat.h>
Public Member Functions | |
CaliCrystalIntercalDat () | |
float | getCali () const |
float | getCaliRMS () const |
int | getNumEvents () const |
std::string | getTable () override |
bool | getTaskStatus () const |
void | setCali (float c) |
void | setCaliRMS (float c) |
void | setNumEvents (int n) |
void | setTaskStatus (bool s) |
~CaliCrystalIntercalDat () 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, CaliCrystalIntercalDat > *fillVec, CaliIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, CaliCrystalIntercalDat > *data, CaliIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const CaliCrystalIntercalDat *item, CaliIOV *iov) noexcept(false) |
Private Attributes | |
float | m_cali |
float | m_caliRMS |
int | m_numEvents |
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 CaliCrystalIntercalDat.h.
CaliCrystalIntercalDat::CaliCrystalIntercalDat | ( | ) |
Definition at line 12 of file CaliCrystalIntercalDat.cc.
|
override |
Definition at line 26 of file CaliCrystalIntercalDat.cc.
|
privatenoexcept |
Definition at line 79 of file CaliCrystalIntercalDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setCali(), setCaliRMS(), setNumEvents(), and setTaskStatus().
Referenced by getTaskStatus().
|
inline |
Definition at line 22 of file CaliCrystalIntercalDat.h.
References m_cali.
Referenced by writeArrayDB().
|
inline |
Definition at line 25 of file CaliCrystalIntercalDat.h.
References m_caliRMS.
Referenced by writeArrayDB().
|
inline |
Definition at line 28 of file CaliCrystalIntercalDat.h.
References m_numEvents.
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file CaliCrystalIntercalDat.h.
|
inline |
Definition at line 31 of file CaliCrystalIntercalDat.h.
References data, fetchData(), m_taskStatus, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 32 of file CaliCrystalIntercalDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTaskStatus().
|
inline |
Definition at line 21 of file CaliCrystalIntercalDat.h.
References EnergyCorrector::c, and m_cali.
Referenced by fetchData().
|
inline |
Definition at line 24 of file CaliCrystalIntercalDat.h.
References EnergyCorrector::c, and m_caliRMS.
Referenced by fetchData().
|
inline |
Definition at line 27 of file CaliCrystalIntercalDat.h.
References m_numEvents, and gen::n.
Referenced by fetchData().
|
inline |
Definition at line 30 of file CaliCrystalIntercalDat.h.
References m_taskStatus, and alignCSCRings::s.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 125 of file CaliCrystalIntercalDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getCali(), getCaliRMS(), EcalLogicID::getLogicID(), getNumEvents(), getTaskStatus(), photons_cff::ids, AlCaHLTBitMon_ParallelJobs::p, groupFilesInBlocks::tt, x, geometryCSVtoXML::xx, y, and geometryCSVtoXML::yy.
Referenced by getTaskStatus().
|
privatenoexcept |
Definition at line 50 of file CaliCrystalIntercalDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTaskStatus().
|
friend |
Definition at line 14 of file CaliCrystalIntercalDat.h.
|
private |
Definition at line 49 of file CaliCrystalIntercalDat.h.
|
private |
Definition at line 50 of file CaliCrystalIntercalDat.h.
Referenced by getCaliRMS(), and setCaliRMS().
|
private |
Definition at line 51 of file CaliCrystalIntercalDat.h.
Referenced by getNumEvents(), and setNumEvents().
|
private |
Definition at line 52 of file CaliCrystalIntercalDat.h.
Referenced by getTaskStatus(), and setTaskStatus().