#include <RunTPGConfigDat.h>
Public Member Functions | |
std::string | getConfigTag () const |
std::string | getTable () override |
int | getVersion () const |
RunTPGConfigDat () | |
void | setConfigTag (std::string x) |
void | setVersion (int x) |
~RunTPGConfigDat () 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, RunTPGConfigDat > *fillMap, RunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB (const EcalLogicID *ecid, const RunTPGConfigDat *item, RunIOV *iov) noexcept(false) |
Private Attributes | |
std::string | m_config |
int | m_version |
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 RunTPGConfigDat.h.
RunTPGConfigDat::RunTPGConfigDat | ( | ) |
Definition at line 11 of file RunTPGConfigDat.cc.
|
override |
Definition at line 21 of file RunTPGConfigDat.cc.
|
privatenoexcept |
Definition at line 64 of file RunTPGConfigDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setConfigTag(), and setVersion().
|
inline |
Definition at line 20 of file RunTPGConfigDat.h.
References m_config.
Referenced by popcon::EcalTPGBadStripHandler::getNewObjects(), popcon::EcalTPGBadTTHandler::getNewObjects(), popcon::EcalTPGLinConstHandler::getNewObjects(), popcon::EcalTPGTPModeHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler::getNewObjects(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), popcon::EcalTPGBadXTHandler::getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler::getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGOddWeightGroupHandler::getNewObjects(), popcon::EcalTPGPedestalsHandler::getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), and popcon::EcalTPGSpikeThresholdHandler::getNewObjects().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file RunTPGConfigDat.h.
|
inline |
Definition at line 22 of file RunTPGConfigDat.h.
References m_version.
Referenced by popcon::EcalTPGBadStripHandler::getNewObjects(), popcon::EcalTPGBadTTHandler::getNewObjects(), popcon::EcalTPGLinConstHandler::getNewObjects(), popcon::EcalTPGTPModeHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler::getNewObjects(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), popcon::EcalTPGBadXTHandler::getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler::getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGOddWeightGroupHandler::getNewObjects(), popcon::EcalTPGPedestalsHandler::getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), and popcon::EcalTPGSpikeThresholdHandler::getNewObjects().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 23 of file RunTPGConfigDat.cc.
References MillePedeFileConverter_cfg::e.
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 38 of file RunTPGConfigDat.cc.
References MillePedeFileConverter_cfg::e, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 13 of file RunTPGConfigDat.h.
|
private |
Definition at line 34 of file RunTPGConfigDat.h.
Referenced by getConfigTag(), and setConfigTag().
|
private |
Definition at line 33 of file RunTPGConfigDat.h.
Referenced by getVersion(), and setVersion().