#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 22 of file MonLaserPulseDat.cc.
|
privatenoexcept |
Definition at line 68 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setPulseHeightMean(), setPulseHeightRMS(), setPulseWidthMean(), and setPulseWidthRMS().
|
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 m_pulseWidthRMS.
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file MonLaserPulseDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 24 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e.
|
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 112 of file MonLaserPulseDat.cc.
References submitPVResolutionJobs::count, data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), getPulseHeightMean(), getPulseHeightRMS(), getPulseWidthMean(), getPulseWidthRMS(), AlCaHLTBitMon_ParallelJobs::p, w(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ww, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
|
privatenoexcept |
Definition at line 39 of file MonLaserPulseDat.cc.
References MillePedeFileConverter_cfg::e, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 13 of file MonLaserPulseDat.h.
|
private |
Definition at line 42 of file MonLaserPulseDat.h.
Referenced by getPulseHeightMean(), and setPulseHeightMean().
|
private |
Definition at line 43 of file MonLaserPulseDat.h.
Referenced by getPulseHeightRMS(), and setPulseHeightRMS().
|
private |
Definition at line 44 of file MonLaserPulseDat.h.
Referenced by getPulseWidthMean(), and setPulseWidthMean().
|
private |
Definition at line 45 of file MonLaserPulseDat.h.
Referenced by getPulseWidthRMS(), and setPulseWidthRMS().