#include <MonPNMGPADat.h>
Public Member Functions | |
float | getADCMeanG1 () const |
float | getADCMeanG16 () const |
float | getADCRMSG1 () const |
float | getADCRMSG16 () const |
float | getPedMeanG1 () const |
float | getPedMeanG16 () const |
float | getPedRMSG1 () const |
float | getPedRMSG16 () const |
std::string | getTable () |
bool | getTaskStatus () const |
MonPNMGPADat () | |
void | setADCMeanG1 (float mean) |
void | setADCMeanG16 (float mean) |
void | setADCRMSG1 (float mean) |
void | setADCRMSG16 (float mean) |
void | setPedMeanG1 (float mean) |
void | setPedMeanG16 (float mean) |
void | setPedRMSG1 (float mean) |
void | setPedRMSG16 (float mean) |
void | setTaskStatus (bool status) |
~MonPNMGPADat () | |
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, MonPNMGPADat > *fillVec, MonRunIOV *iov) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, MonPNMGPADat > *data, MonRunIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MonPNMGPADat *item, MonRunIOV *iov) throw (std::runtime_error) |
Private Attributes | |
float | m_adcMeanG1 |
float | m_adcMeanG16 |
float | m_adcRMSG1 |
float | m_adcRMSG16 |
float | m_pedMeanG1 |
float | m_pedMeanG16 |
float | m_pedRMSG1 |
float | m_pedRMSG16 |
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 MonPNMGPADat.h.
MonPNMGPADat::MonPNMGPADat | ( | ) |
MonPNMGPADat::~MonPNMGPADat | ( | ) |
Definition at line 32 of file MonPNMGPADat.cc.
|
private |
Definition at line 90 of file MonPNMGPADat.cc.
References alignCSCRings::e, o2o::iov, AlCaHLTBitMon_ParallelJobs::p, setADCMeanG1(), setADCMeanG16(), setADCRMSG1(), setADCRMSG16(), setPedMeanG1(), setPedMeanG16(), setPedRMSG1(), setPedRMSG16(), and setTaskStatus().
|
inline |
|
inline |
Definition at line 28 of file MonPNMGPADat.h.
References m_adcMeanG16.
Referenced by writeArrayDB().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 40 of file MonPNMGPADat.h.
References m_pedMeanG16.
Referenced by writeArrayDB().
|
inline |
|
inline |
|
inlinevirtual |
Implements IDataItem.
Definition at line 19 of file MonPNMGPADat.h.
|
inline |
Definition at line 46 of file MonPNMGPADat.h.
References m_taskStatus.
Referenced by writeArrayDB().
|
privatevirtual |
Implements IDataItem.
Definition at line 38 of file MonPNMGPADat.cc.
References alignCSCRings::e.
|
inline |
Definition at line 21 of file MonPNMGPADat.h.
References m_adcMeanG1, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 27 of file MonPNMGPADat.h.
References m_adcMeanG16, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 24 of file MonPNMGPADat.h.
References m_adcRMSG1, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 30 of file MonPNMGPADat.h.
References m_adcRMSG16, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 33 of file MonPNMGPADat.h.
References m_pedMeanG1, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 39 of file MonPNMGPADat.h.
References m_pedMeanG16, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 36 of file MonPNMGPADat.h.
References m_pedRMSG1, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 42 of file MonPNMGPADat.h.
References m_pedRMSG16, and timingPdfMaker::mean.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
inline |
Definition at line 45 of file MonPNMGPADat.h.
References m_taskStatus, and ntuplemaker::status.
Referenced by fetchData(), and ecaldqm::TestPulseWriter::run().
|
private |
Definition at line 140 of file MonPNMGPADat.cc.
References prof2calltree::count, data, alignCSCRings::e, getADCMeanG1(), getADCMeanG16(), getADCRMSG1(), getADCRMSG16(), EcalLogicID::getLogicID(), getPedMeanG1(), getPedMeanG16(), getPedRMSG1(), getPedRMSG16(), getTaskStatus(), o2o::iov, AlCaHLTBitMon_ParallelJobs::p, pi, createTree::pp, alignCSCRings::r, findQualityFiles::rr, tree::t, groupFilesInBlocks::tt, w, x, y, and z.
|
private |
|
friend |
Definition at line 14 of file MonPNMGPADat.h.
|
private |
Definition at line 62 of file MonPNMGPADat.h.
Referenced by getADCMeanG1(), and setADCMeanG1().
|
private |
Definition at line 64 of file MonPNMGPADat.h.
Referenced by getADCMeanG16(), and setADCMeanG16().
|
private |
Definition at line 63 of file MonPNMGPADat.h.
Referenced by getADCRMSG1(), and setADCRMSG1().
|
private |
Definition at line 65 of file MonPNMGPADat.h.
Referenced by getADCRMSG16(), and setADCRMSG16().
|
private |
Definition at line 66 of file MonPNMGPADat.h.
Referenced by getPedMeanG1(), and setPedMeanG1().
|
private |
Definition at line 68 of file MonPNMGPADat.h.
Referenced by getPedMeanG16(), and setPedMeanG16().
|
private |
Definition at line 67 of file MonPNMGPADat.h.
Referenced by getPedRMSG1(), and setPedRMSG1().
|
private |
Definition at line 69 of file MonPNMGPADat.h.
Referenced by getPedRMSG16(), and setPedRMSG16().
|
private |
Definition at line 70 of file MonPNMGPADat.h.
Referenced by getTaskStatus(), and setTaskStatus().