#include <MonLaserPulseDat.h>
Public Member Functions | |
float | getPulseHeightMean () const |
float | getPulseHeightRMS () const |
float | getPulseWidthMean () const |
float | getPulseWidthRMS () const |
std::string | getTable () |
MonLaserPulseDat () | |
void | setPulseHeightMean (float p) |
void | setPulseHeightRMS (float p) |
void | setPulseWidthMean (float p) |
void | setPulseWidthRMS (float p) |
~MonLaserPulseDat () | |
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) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, MonLaserPulseDat > *data, MonRunIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MonLaserPulseDat *item, MonRunIOV *iov) throw (std::runtime_error) |
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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 | ( | ) |
MonLaserPulseDat::~MonLaserPulseDat | ( | ) |
Definition at line 25 of file MonLaserPulseDat.cc.
|
private |
Definition at line 78 of file MonLaserPulseDat.cc.
References alignCSCRings::e, o2o::iov, 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().
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file MonLaserPulseDat.h.
|
privatevirtual |
Implements IDataItem.
Definition at line 31 of file MonLaserPulseDat.cc.
References alignCSCRings::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().
|
private |
Definition at line 124 of file MonLaserPulseDat.cc.
References prof2calltree::count, data, alignCSCRings::e, EcalLogicID::getLogicID(), getPulseHeightMean(), getPulseHeightRMS(), getPulseWidthMean(), getPulseWidthRMS(), o2o::iov, AlCaHLTBitMon_ParallelJobs::p, w, x, y, and z.
|
private |
Definition at line 49 of file MonLaserPulseDat.cc.
References alignCSCRings::e, and o2o::iov.
|
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().