#include <MonLaserIRedDat.h>
Public Member Functions | |
float | getAPDMean () const |
float | getAPDOverPNMean () const |
float | getAPDOverPNRMS () const |
float | getAPDRMS () const |
std::string | getTable () |
bool | getTaskStatus () const |
MonLaserIRedDat () | |
void | setAPDMean (float mean) |
void | setAPDOverPNMean (float mean) |
void | setAPDOverPNRMS (float rms) |
void | setAPDRMS (float rms) |
void | setTaskStatus (bool status) |
~MonLaserIRedDat () | |
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, MonLaserIRedDat > *fillMap, MonRunIOV *iov) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, MonLaserIRedDat > *data, MonRunIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MonLaserIRedDat *item, MonRunIOV *iov) throw (std::runtime_error) |
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 () 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 12 of file MonLaserIRedDat.h.
MonLaserIRedDat::MonLaserIRedDat | ( | ) |
MonLaserIRedDat::~MonLaserIRedDat | ( | ) |
Definition at line 27 of file MonLaserIRedDat.cc.
|
private |
Definition at line 81 of file MonLaserIRedDat.cc.
References alignCSCRings::e, o2o::iov, AlCaHLTBitMon_ParallelJobs::p, setAPDMean(), setAPDOverPNMean(), setAPDOverPNRMS(), setAPDRMS(), and setTaskStatus().
|
inline |
Definition at line 22 of file MonLaserIRedDat.h.
References m_apdMean.
Referenced by writeArrayDB().
|
inline |
Definition at line 28 of file MonLaserIRedDat.h.
References m_apdOverPNMean.
Referenced by writeArrayDB().
|
inline |
Definition at line 31 of file MonLaserIRedDat.h.
References m_apdOverPNRMS.
Referenced by writeArrayDB().
|
inline |
|
inlinevirtual |
Implements IDataItem.
Definition at line 19 of file MonLaserIRedDat.h.
|
inline |
Definition at line 34 of file MonLaserIRedDat.h.
References m_taskStatus.
Referenced by writeArrayDB().
|
privatevirtual |
Implements IDataItem.
Definition at line 33 of file MonLaserIRedDat.cc.
References alignCSCRings::e.
|
inline |
Definition at line 21 of file MonLaserIRedDat.h.
References m_apdMean, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 27 of file MonLaserIRedDat.h.
References m_apdOverPNMean, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 30 of file MonLaserIRedDat.h.
References m_apdOverPNRMS, and plotscripts::rms().
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 24 of file MonLaserIRedDat.h.
References m_apdRMS, and plotscripts::rms().
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
inline |
Definition at line 33 of file MonLaserIRedDat.h.
References m_taskStatus, and ntuplemaker::status.
Referenced by fetchData(), and ecaldqm::LaserWriter::run().
|
private |
Definition at line 130 of file MonLaserIRedDat.cc.
References prof2calltree::count, data, alignCSCRings::e, getAPDMean(), getAPDOverPNMean(), getAPDOverPNRMS(), getAPDRMS(), EcalLogicID::getLogicID(), getTaskStatus(), o2o::iov, AlCaHLTBitMon_ParallelJobs::p, w, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
|
private |
|
friend |
Definition at line 14 of file MonLaserIRedDat.h.
|
private |
Definition at line 51 of file MonLaserIRedDat.h.
Referenced by getAPDMean(), and setAPDMean().
|
private |
Definition at line 53 of file MonLaserIRedDat.h.
Referenced by getAPDOverPNMean(), and setAPDOverPNMean().
|
private |
Definition at line 54 of file MonLaserIRedDat.h.
Referenced by getAPDOverPNRMS(), and setAPDOverPNRMS().
|
private |
Definition at line 52 of file MonLaserIRedDat.h.
Referenced by getAPDRMS(), and setAPDRMS().
|
private |
Definition at line 55 of file MonLaserIRedDat.h.
Referenced by getTaskStatus(), and setTaskStatus().