![]() |
![]() |
#include <MonPedestalsDat.h>
Public Member Functions | |
float | getPedMeanG1 () const |
float | getPedMeanG12 () const |
float | getPedMeanG6 () const |
float | getPedRMSG1 () const |
float | getPedRMSG12 () const |
float | getPedRMSG6 () const |
std::string | getTable () |
bool | getTaskStatus () const |
MonPedestalsDat () | |
void | setPedMeanG1 (float mean) |
void | setPedMeanG12 (float mean) |
void | setPedMeanG6 (float mean) |
void | setPedRMSG1 (float rms) |
void | setPedRMSG12 (float rms) |
void | setPedRMSG6 (float rms) |
void | setTaskStatus (bool status) |
~MonPedestalsDat () | |
![]() | |
IDataItem () | |
![]() | |
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, MonPedestalsDat > *fillMap, MonRunIOV *iov) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, MonPedestalsDat > *data, MonRunIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MonPedestalsDat *item, MonRunIOV *iov) throw (std::runtime_error) |
Private Attributes | |
float | m_pedMeanG1 |
float | m_pedMeanG12 |
float | m_pedMeanG6 |
float | m_pedRMSG1 |
float | m_pedRMSG12 |
float | m_pedRMSG6 |
bool | m_taskStatus |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
![]() | |
static int const | ECALDB_NROWS =1024 |
![]() | |
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) |
![]() | |
void | checkConnection () const throw (std::runtime_error) |
![]() | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
![]() | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 11 of file MonPedestalsDat.h.
MonPedestalsDat::MonPedestalsDat | ( | ) |
Definition at line 11 of file MonPedestalsDat.cc.
MonPedestalsDat::~MonPedestalsDat | ( | ) |
Definition at line 29 of file MonPedestalsDat.cc.
|
private |
Definition at line 86 of file MonPedestalsDat.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file MonPedestalsDat.h.
|
inline |
|
privatevirtual |
Implements IDataItem.
Definition at line 35 of file MonPedestalsDat.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 136 of file MonPedestalsDat.cc.
|
private |
Definition at line 55 of file MonPedestalsDat.cc.
|
friend |
Definition at line 13 of file MonPedestalsDat.h.
|
private |
Definition at line 57 of file MonPedestalsDat.h.
Referenced by getPedMeanG1(), and setPedMeanG1().
|
private |
Definition at line 59 of file MonPedestalsDat.h.
Referenced by getPedMeanG12(), and setPedMeanG12().
|
private |
Definition at line 58 of file MonPedestalsDat.h.
Referenced by getPedMeanG6(), and setPedMeanG6().
|
private |
Definition at line 60 of file MonPedestalsDat.h.
Referenced by getPedRMSG1(), and setPedRMSG1().
|
private |
Definition at line 62 of file MonPedestalsDat.h.
Referenced by getPedRMSG12(), and setPedRMSG12().
|
private |
Definition at line 61 of file MonPedestalsDat.h.
Referenced by getPedRMSG6(), and setPedRMSG6().
|
private |
Definition at line 63 of file MonPedestalsDat.h.
Referenced by getTaskStatus(), and setTaskStatus().