#include <RunDat.h>
Public Member Functions | |
int | getNumEvents () const |
std::string | getTable () override |
RunDat () | |
void | setNumEvents (int num) |
~RunDat () 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, RunDat > *fillMap, RunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB (const EcalLogicID *ecid, const RunDat *item, RunIOV *iov) noexcept(false) |
Private Attributes | |
int | m_numEvents |
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 |
|
privatenoexcept |
Definition at line 60 of file RunDat.cc.
References dat, alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, and setNumEvents().
|
inline |
|
inlineoverridevirtual |
|
overrideprivatevirtualnoexcept |
|
inline |
Definition at line 20 of file RunDat.h.
References m_numEvents, and pileupDistInMC::num.
Referenced by fetchData().
|
privatenoexcept |
|
friend |
|
private |
Definition at line 31 of file RunDat.h.
Referenced by getNumEvents(), and setNumEvents().