#include <FEConfigPedDat.h>
Public Member Functions | |
FEConfigPedDat () | |
int | getId () const |
float | getPedMeanG1 () const |
float | getPedMeanG12 () const |
float | getPedMeanG6 () const |
std::string | getTable () |
void | setId (int x) |
void | setPedMeanG1 (float mean) |
void | setPedMeanG12 (float mean) |
void | setPedMeanG6 (float mean) |
~FEConfigPedDat () | |
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, FEConfigPedDat > *fillMap, FEConfigPedInfo *iconf) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigPedDat > *data, FEConfigPedInfo *iconf) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const FEConfigPedDat *item, FEConfigPedInfo *iconf) throw (std::runtime_error) |
Private Attributes | |
int | m_ID |
float | m_pedMeanG1 |
float | m_pedMeanG12 |
float | m_pedMeanG6 |
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 FEConfigPedDat.h.
FEConfigPedDat::FEConfigPedDat | ( | ) |
FEConfigPedDat::~FEConfigPedDat | ( | ) |
Definition at line 26 of file FEConfigPedDat.cc.
|
private |
Definition at line 75 of file FEConfigPedDat.cc.
References alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setPedMeanG1(), setPedMeanG12(), and setPedMeanG6().
|
inline |
|
inline |
Definition at line 24 of file FEConfigPedDat.h.
References m_pedMeanG1.
Referenced by EcalTPGParamBuilder::analyze(), popcon::EcalTPGPedestalsHandler::getNewObjects(), EcalTPGDBApp::readFromConfDB_TPGPedestals(), and writeArrayDB().
|
inline |
Definition at line 30 of file FEConfigPedDat.h.
References m_pedMeanG12.
Referenced by EcalTPGParamBuilder::analyze(), popcon::EcalTPGPedestalsHandler::getNewObjects(), EcalTPGDBApp::readFromConfDB_TPGPedestals(), and writeArrayDB().
|
inline |
Definition at line 27 of file FEConfigPedDat.h.
References m_pedMeanG6.
Referenced by EcalTPGParamBuilder::analyze(), popcon::EcalTPGPedestalsHandler::getNewObjects(), EcalTPGDBApp::readFromConfDB_TPGPedestals(), and writeArrayDB().
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigPedDat.h.
|
privatevirtual |
|
inline |
Definition at line 20 of file FEConfigPedDat.h.
|
inline |
Definition at line 23 of file FEConfigPedDat.h.
References m_pedMeanG1, and timingPdfMaker::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 29 of file FEConfigPedDat.h.
References m_pedMeanG12, and timingPdfMaker::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 26 of file FEConfigPedDat.h.
References m_pedMeanG6, and timingPdfMaker::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
private |
Definition at line 120 of file FEConfigPedDat.cc.
References KineDebug3::count(), data, alignCSCRings::e, EcalLogicID::getLogicID(), getPedMeanG1(), getPedMeanG12(), getPedMeanG6(), AlCaHLTBitMon_ParallelJobs::p, x, y, and z.
|
private |
|
friend |
Definition at line 13 of file FEConfigPedDat.h.
|
private |
Definition at line 50 of file FEConfigPedDat.h.
|
private |
Definition at line 47 of file FEConfigPedDat.h.
Referenced by getPedMeanG1(), and setPedMeanG1().
|
private |
Definition at line 49 of file FEConfigPedDat.h.
Referenced by getPedMeanG12(), and setPedMeanG12().
|
private |
Definition at line 48 of file FEConfigPedDat.h.
Referenced by getPedMeanG6(), and setPedMeanG6().