#include <MonLaserRedDat.h>
Public Member Functions | |
float | getAPDMean () const |
float | getAPDOverPNMean () const |
float | getAPDOverPNRMS () const |
float | getAPDRMS () const |
std::string | getTable () override |
bool | getTaskStatus () const |
MonLaserRedDat () | |
void | setAPDMean (float mean) |
void | setAPDOverPNMean (float mean) |
void | setAPDOverPNRMS (float rms) |
void | setAPDRMS (float rms) |
void | setTaskStatus (bool status) |
~MonLaserRedDat () 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, MonLaserRedDat > *fillMap, MonRunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, MonLaserRedDat > *data, MonRunIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const MonLaserRedDat *item, MonRunIOV *iov) noexcept(false) |
Private Attributes | |
float | m_apdMean |
float | m_apdOverPNMean |
float | m_apdOverPNRMS |
float | m_apdRMS |
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 MonLaserRedDat.h.
MonLaserRedDat::MonLaserRedDat | ( | ) |
Definition at line 10 of file MonLaserRedDat.cc.
|
override |
Definition at line 27 of file MonLaserRedDat.cc.
|
privatenoexcept |
Definition at line 81 of file MonLaserRedDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setAPDMean(), setAPDOverPNMean(), setAPDOverPNRMS(), setAPDRMS(), setTaskStatus(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getTaskStatus().
|
inline |
|
inline |
Definition at line 28 of file MonLaserRedDat.h.
References m_apdOverPNMean.
Referenced by writeArrayDB().
|
inline |
Definition at line 31 of file MonLaserRedDat.h.
References m_apdOverPNRMS.
Referenced by writeArrayDB().
|
inline |
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file MonLaserRedDat.h.
|
inline |
Definition at line 34 of file MonLaserRedDat.h.
References data, fetchData(), m_taskStatus, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 33 of file MonLaserRedDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getTaskStatus().
|
inline |
Definition at line 21 of file MonLaserRedDat.h.
References m_apdMean, and SiStripPI::mean.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 27 of file MonLaserRedDat.h.
References m_apdOverPNMean, and SiStripPI::mean.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 30 of file MonLaserRedDat.h.
References m_apdOverPNRMS, and SiStripPI::rms.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 24 of file MonLaserRedDat.h.
References m_apdRMS, and SiStripPI::rms.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 33 of file MonLaserRedDat.h.
References m_taskStatus, and mps_update::status.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
privatenoexcept |
Definition at line 130 of file MonLaserRedDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getAPDMean(), getAPDOverPNMean(), getAPDOverPNRMS(), getAPDRMS(), EcalLogicID::getLogicID(), getTaskStatus(), photons_cff::ids, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, w, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getTaskStatus().
|
privatenoexcept |
Definition at line 51 of file MonLaserRedDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getTaskStatus().
|
friend |
Definition at line 14 of file MonLaserRedDat.h.
|
private |
Definition at line 51 of file MonLaserRedDat.h.
Referenced by getAPDMean(), and setAPDMean().
|
private |
Definition at line 53 of file MonLaserRedDat.h.
Referenced by getAPDOverPNMean(), and setAPDOverPNMean().
|
private |
Definition at line 54 of file MonLaserRedDat.h.
Referenced by getAPDOverPNRMS(), and setAPDOverPNRMS().
|
private |
Definition at line 52 of file MonLaserRedDat.h.
Referenced by getAPDRMS(), and setAPDRMS().
|
private |
Definition at line 55 of file MonLaserRedDat.h.
Referenced by getTaskStatus(), and setTaskStatus().