#include <RunFEConfigDat.h>
Public Member Functions | |
int | getConfigId () const |
std::list< ODDelaysDat > | getDelays () |
std::string | getTable () |
RunFEConfigDat () | |
void | setConfigId (int x) |
~RunFEConfigDat () | |
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, RunFEConfigDat > *fillMap, RunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const RunFEConfigDat *item, RunIOV *iov) noexcept(false) |
Private Attributes | |
int | m_config |
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 12 of file RunFEConfigDat.h.
RunFEConfigDat::RunFEConfigDat | ( | ) |
RunFEConfigDat::~RunFEConfigDat | ( | ) |
Definition at line 24 of file RunFEConfigDat.cc.
|
privatenoexcept |
Definition at line 74 of file RunFEConfigDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and setConfigId().
Referenced by EcalCondDBInterface::fetchFEDelaysForRun(), and setConfigId().
|
inline |
Definition at line 21 of file RunFEConfigDat.h.
References m_config.
Referenced by popcon::EcalChannelStatusHandler::daqOut(), popcon::EcalSRPHandler::getNewObjects(), and popcon::EcalDAQHandler::getNewObjects().
std::list<ODDelaysDat> RunFEConfigDat::getDelays | ( | ) |
Referenced by setConfigId().
|
inlinevirtual |
Implements IDataItem.
Definition at line 19 of file RunFEConfigDat.h.
|
privatevirtualnoexcept |
Implements IDataItem.
Definition at line 30 of file RunFEConfigDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by setConfigId().
|
inline |
Definition at line 22 of file RunFEConfigDat.h.
References fetchData(), getDelays(), m_config, noexcept, prepareWrite(), writeDB(), and x.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 48 of file RunFEConfigDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by setConfigId().
|
friend |
Definition at line 14 of file RunFEConfigDat.h.
|
private |
Definition at line 35 of file RunFEConfigDat.h.
Referenced by getConfigId(), and setConfigId().