#include <ITimingDat.h>
Public Types | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::SQLException | SQLException |
Public Member Functions | |
std::string | getTable () override |
bool | getTaskStatus () const |
float | getTimingMean () const |
float | getTimingRMS () const |
ITimingDat () | |
void | setTable (std::string x) |
void | setTaskStatus (bool status) |
void | setTimingMean (float mean) |
void | setTimingRMS (float rms) |
~ITimingDat () 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 | |
template<class DATT , class IOVT > | |
void | fetchData (std::map< EcalLogicID, DATT > *fillMap, IOVT *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
template<class DATT , class IOVT > | |
void | writeArrayDB (const std::map< EcalLogicID, DATT > *data, IOVT *iov) noexcept(false) |
template<class DATT , class IOVT > | |
void | writeDB (const EcalLogicID *ecid, const DATT *item, IOVT *iov) noexcept(false) |
Private Attributes | |
std::string | m_table_name |
bool | m_taskStatus |
float | m_timingMean |
float | m_timingRMS |
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 17 of file ITimingDat.h.
typedef oracle::occi::ResultSet ITimingDat::ResultSet |
Definition at line 20 of file ITimingDat.h.
typedef oracle::occi::SQLException ITimingDat::SQLException |
Definition at line 19 of file ITimingDat.h.
|
inline |
Definition at line 24 of file ITimingDat.h.
References IDBObject::m_conn, IDBObject::m_env, IDataItem::m_readStmt, m_taskStatus, m_timingMean, m_timingRMS, and IDataItem::m_writeStmt.
|
inlineoverride |
Definition at line 38 of file ITimingDat.h.
|
inlineprivatenoexcept |
Definition at line 193 of file ITimingDat.h.
References IDBObject::checkConnection(), MillePedeFileConverter_cfg::e, getTable(), IDBObject::m_conn, IDBObject::m_env, IDataItem::m_readStmt, AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverridevirtual |
Implements IDataItem.
Reimplemented in MonTimingLaserBlueCrystalDat, MonTimingCrystalDat, MonTimingLaserBlueTTDat, MonTimingLaserGreenCrystalDat, MonTimingLaserGreenTTDat, MonTimingLaserIRedCrystalDat, MonTimingLaserIRedTTDat, MonTimingLaserRedCrystalDat, MonTimingLaserRedTTDat, MonTimingLed1CrystalDat, MonTimingLed1TTDat, MonTimingLed2CrystalDat, MonTimingLed2TTDat, and MonTimingTTDat.
Definition at line 42 of file ITimingDat.h.
References m_table_name.
Referenced by fetchData(), and prepareWrite().
|
inline |
|
inline |
|
inline |
|
inlineoverrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 56 of file ITimingDat.h.
References IDBObject::checkConnection(), MillePedeFileConverter_cfg::e, getTable(), IDBObject::m_conn, IDataItem::m_writeStmt, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 51 of file ITimingDat.h.
References m_taskStatus, and mps_update::status.
Referenced by ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inline |
Definition at line 45 of file ITimingDat.h.
References m_timingMean, and SiStripPI::mean.
Referenced by ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inline |
Definition at line 48 of file ITimingDat.h.
References m_timingRMS, and SiStripPI::rms.
Referenced by ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inlineprivatenoexcept |
Definition at line 100 of file ITimingDat.h.
References IDBObject::checkConnection(), IDataItem::checkPrepare(), KineDebug3::count(), data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), photons_cff::ids, IDataItem::m_writeStmt, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, x, geometryCSVtoXML::xx, y, and geometryCSVtoXML::yy.
|
inlineprivatenoexcept |
Definition at line 73 of file ITimingDat.h.
References IDBObject::checkConnection(), IDataItem::checkPrepare(), MillePedeFileConverter_cfg::e, IDataItem::m_writeStmt, and AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 21 of file ITimingDat.h.
|
private |
Definition at line 249 of file ITimingDat.h.
Referenced by getTable(), and setTable().
|
private |
Definition at line 248 of file ITimingDat.h.
Referenced by getTaskStatus(), ITimingDat(), and setTaskStatus().
|
private |
Definition at line 246 of file ITimingDat.h.
Referenced by getTimingMean(), ITimingDat(), and setTimingMean().
|
private |
Definition at line 247 of file ITimingDat.h.
Referenced by getTimingRMS(), ITimingDat(), and setTimingRMS().