#include <MonRunDat.h>
Public Member Functions | |
MonRunOutcomeDef | getMonRunOutcomeDef () const |
int | getNumEvents () const |
std::string | getRootfileName () const |
std::string | getTable () |
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 () | |
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) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const MonRunDat *item, MonRunIOV *iov) throw (std::runtime_error) |
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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 | ( | ) |
MonRunDat::~MonRunDat | ( | ) |
Definition at line 28 of file MonRunDat.cc.
|
private |
Definition at line 86 of file MonRunDat.cc.
References alignCSCRings::e, o2o::iov, AlCaHLTBitMon_ParallelJobs::p, MonRunOutcomeDef::setByID(), IDBObject::setConnection(), setMonRunOutcomeDef(), setNumEvents(), setRootfileName(), setTaskList(), and setTaskOutcome().
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
privatevirtual |
|
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 mergeVDriftHistosByStation::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().
|
private |
Definition at line 52 of file MonRunDat.cc.
References alignCSCRings::e, MonRunOutcomeDef::fetchID(), o2o::iov, and IDBObject::setConnection().
|
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().