#include <MonRunDat.h>
Public Member Functions | |
MonRunOutcomeDef | getMonRunOutcomeDef () const |
int | getNumEvents () const |
std::string | getRootfileName () const |
std::string | getTable () override |
int | getTaskList () const |
int | getTaskOutcome () const |
MonRunDat () | |
void | setMonRunOutcomeDef (const MonRunOutcomeDef &outcomeDef) |
void | setNumEvents (int num) |
void | setRootfileName (std::string name) |
void | setTaskList (int list) |
void | setTaskOutcome (int outcome) |
~MonRunDat () 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, MonRunDat > *fillMap, MonRunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB (const EcalLogicID *ecid, const MonRunDat *item, MonRunIOV *iov) noexcept(false) |
Private Attributes | |
int | m_numEvents |
MonRunOutcomeDef | m_outcomeDef |
std::string | m_rootfileName |
int | m_taskList |
int | m_taskOutcome |
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 MonRunDat.h.
MonRunDat::MonRunDat | ( | ) |
Definition at line 12 of file MonRunDat.cc.
|
override |
Definition at line 28 of file MonRunDat.cc.
|
privatenoexcept |
Definition at line 86 of file MonRunDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, MonRunOutcomeDef::setByID(), IDBObject::setConnection(), setMonRunOutcomeDef(), setNumEvents(), setRootfileName(), setTaskList(), and setTaskOutcome().
Referenced by getTaskOutcome().
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |
|
inline |
Definition at line 34 of file MonRunDat.h.
References fetchData(), m_taskOutcome, noexcept, prepareWrite(), and writeDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 34 of file MonRunDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTaskOutcome().
|
inline |
Definition at line 24 of file MonRunDat.h.
References m_outcomeDef.
Referenced by fetchData(), and ecaldqm::SummaryWriter::run().
|
inline |
Definition at line 21 of file MonRunDat.h.
References m_numEvents, and pileupDistInMC::num.
Referenced by fetchData(), and ecaldqm::SummaryWriter::run().
|
inline |
Definition at line 27 of file MonRunDat.h.
References m_rootfileName, and dataset::name.
Referenced by fetchData().
|
inline |
Definition at line 30 of file MonRunDat.h.
References list(), and m_taskList.
Referenced by fetchData(), and ecaldqm::SummaryWriter::run().
|
inline |
Definition at line 33 of file MonRunDat.h.
References m_taskOutcome.
Referenced by fetchData(), and ecaldqm::SummaryWriter::run().
|
privatenoexcept |
Definition at line 52 of file MonRunDat.cc.
References MillePedeFileConverter_cfg::e, MonRunOutcomeDef::fetchID(), and IDBObject::setConnection().
Referenced by getTaskOutcome().
|
friend |
Definition at line 14 of file MonRunDat.h.
|
private |
Definition at line 47 of file MonRunDat.h.
Referenced by getNumEvents(), and setNumEvents().
|
private |
Definition at line 48 of file MonRunDat.h.
Referenced by getMonRunOutcomeDef(), and setMonRunOutcomeDef().
|
private |
Definition at line 49 of file MonRunDat.h.
Referenced by getRootfileName(), and setRootfileName().
|
private |
Definition at line 50 of file MonRunDat.h.
Referenced by getTaskList(), and setTaskList().
|
private |
Definition at line 51 of file MonRunDat.h.
Referenced by getTaskOutcome(), and setTaskOutcome().