#include <FEConfigPedDat.h>
Public Member Functions | |
FEConfigPedDat () | |
int | getId () const |
float | getPedMeanG1 () const |
float | getPedMeanG12 () const |
float | getPedMeanG6 () const |
std::string | getTable () override |
void | setId (int x) |
void | setPedMeanG1 (float mean) |
void | setPedMeanG12 (float mean) |
void | setPedMeanG6 (float mean) |
~FEConfigPedDat () override | |
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) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigPedDat > *data, FEConfigPedInfo *iconf) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const FEConfigPedDat *item, FEConfigPedInfo *iconf) noexcept(false) |
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 () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
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 | ( | ) |
Definition at line 11 of file FEConfigPedDat.cc.
|
override |
Definition at line 26 of file FEConfigPedDat.cc.
|
privatenoexcept |
Definition at line 75 of file FEConfigPedDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setPedMeanG1(), setPedMeanG12(), setPedMeanG6(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPedMeanG12().
|
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 data, fetchData(), m_pedMeanG12, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
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().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigPedDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 31 of file FEConfigPedDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPedMeanG12().
|
inline |
Definition at line 20 of file FEConfigPedDat.h.
|
inline |
Definition at line 23 of file FEConfigPedDat.h.
References m_pedMeanG1, and SiStripPI::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 29 of file FEConfigPedDat.h.
References m_pedMeanG12, and SiStripPI::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 26 of file FEConfigPedDat.h.
References m_pedMeanG6, and SiStripPI::mean.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
privatenoexcept |
Definition at line 120 of file FEConfigPedDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), getPedMeanG1(), getPedMeanG12(), getPedMeanG6(), photons_cff::ids, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getPedMeanG12().
|
privatenoexcept |
Definition at line 50 of file FEConfigPedDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getPedMeanG12().
|
friend |
Definition at line 13 of file FEConfigPedDat.h.
|
private |
Definition at line 46 of file FEConfigPedDat.h.
|
private |
Definition at line 43 of file FEConfigPedDat.h.
Referenced by getPedMeanG1(), and setPedMeanG1().
|
private |
Definition at line 45 of file FEConfigPedDat.h.
Referenced by getPedMeanG12(), and setPedMeanG12().
|
private |
Definition at line 44 of file FEConfigPedDat.h.
Referenced by getPedMeanG6(), and setPedMeanG6().