#include <MonLaserPulseDat.h>
Public Member Functions | |
float | getPulseHeightMean () const |
float | getPulseHeightRMS () const |
float | getPulseWidthMean () const |
float | getPulseWidthRMS () const |
std::string | getTable () override |
MonLaserPulseDat () | |
void | setPulseHeightMean (float p) |
void | setPulseHeightRMS (float p) |
void | setPulseWidthMean (float p) |
void | setPulseWidthRMS (float p) |
~MonLaserPulseDat () 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, MonLaserPulseDat > *fillMap, MonRunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, MonLaserPulseDat > *data, MonRunIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const MonLaserPulseDat *item, MonRunIOV *iov) noexcept(false) |
Private Attributes | |
float | m_pulseHeightMean |
float | m_pulseHeightRMS |
float | m_pulseWidthMean |
float | m_pulseWidthRMS |
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 11 of file MonLaserPulseDat.h.
MonLaserPulseDat::MonLaserPulseDat | ( | ) |
Definition at line 10 of file MonLaserPulseDat.cc.
|
override |
Definition at line 25 of file MonLaserPulseDat.cc.
|
privatenoexcept |
Definition at line 78 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setPulseHeightMean(), setPulseHeightRMS(), setPulseWidthMean(), setPulseWidthRMS(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPulseWidthRMS().
|
inline |
Definition at line 21 of file MonLaserPulseDat.h.
References m_pulseHeightMean.
Referenced by writeArrayDB().
|
inline |
Definition at line 24 of file MonLaserPulseDat.h.
References m_pulseHeightRMS.
Referenced by writeArrayDB().
|
inline |
Definition at line 27 of file MonLaserPulseDat.h.
References m_pulseWidthMean.
Referenced by writeArrayDB().
|
inline |
Definition at line 30 of file MonLaserPulseDat.h.
References data, fetchData(), m_pulseWidthRMS, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file MonLaserPulseDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 31 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPulseWidthRMS().
|
inline |
Definition at line 20 of file MonLaserPulseDat.h.
References m_pulseHeightMean, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by fetchData().
|
inline |
Definition at line 23 of file MonLaserPulseDat.h.
References m_pulseHeightRMS, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by fetchData().
|
inline |
Definition at line 26 of file MonLaserPulseDat.h.
References m_pulseWidthMean, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by fetchData().
|
inline |
Definition at line 29 of file MonLaserPulseDat.h.
References m_pulseWidthRMS, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 124 of file MonLaserPulseDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), getPulseHeightMean(), getPulseHeightRMS(), getPulseWidthMean(), getPulseWidthRMS(), photons_cff::ids, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, w, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getPulseWidthRMS().
|
privatenoexcept |
Definition at line 49 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPulseWidthRMS().
|
friend |
Definition at line 13 of file MonLaserPulseDat.h.
|
private |
Definition at line 46 of file MonLaserPulseDat.h.
Referenced by getPulseHeightMean(), and setPulseHeightMean().
|
private |
Definition at line 47 of file MonLaserPulseDat.h.
Referenced by getPulseHeightRMS(), and setPulseHeightRMS().
|
private |
Definition at line 48 of file MonLaserPulseDat.h.
Referenced by getPulseWidthMean(), and setPulseWidthMean().
|
private |
Definition at line 49 of file MonLaserPulseDat.h.
Referenced by getPulseWidthRMS(), and setPulseWidthRMS().