#include <MonRunOutcomeDef.h>
Public Member Functions | |
int | fetchID () noexcept(false) override |
std::string | getLongDesc () const |
std::string | getShortDesc () const |
MonRunOutcomeDef () | |
bool | operator!= (const MonRunOutcomeDef &d) const |
bool | operator== (const MonRunOutcomeDef &d) const |
void | setByID (int id) noexcept(false) override |
void | setShortDesc (std::string desc) |
~MonRunOutcomeDef () override | |
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 () |
Protected Member Functions | |
void | fetchAllDefs (std::vector< MonRunOutcomeDef > *fillVec) noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes | |
std::string | m_longDesc |
std::string | m_shortDesc |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS = 1024 |
Def for monitoring run outcomes
Definition at line 12 of file MonRunOutcomeDef.h.
MonRunOutcomeDef::MonRunOutcomeDef | ( | ) |
Definition at line 9 of file MonRunOutcomeDef.cc.
|
override |
Definition at line 17 of file MonRunOutcomeDef.cc.
|
protectednoexcept |
Definition at line 84 of file MonRunOutcomeDef.cc.
References spu::def(), and MillePedeFileConverter_cfg::e.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 30 of file MonRunOutcomeDef.cc.
References MillePedeFileConverter_cfg::e.
Referenced by MonRunDat::writeDB().
string MonRunOutcomeDef::getLongDesc | ( | ) | const |
Definition at line 28 of file MonRunOutcomeDef.cc.
string MonRunOutcomeDef::getShortDesc | ( | ) | const |
Definition at line 19 of file MonRunOutcomeDef.cc.
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 60 of file MonRunOutcomeDef.cc.
References MillePedeFileConverter_cfg::e, and l1ctLayer2EG_cff::id.
Referenced by MonRunDat::fetchData().
void MonRunOutcomeDef::setShortDesc | ( | std::string | desc | ) |
Definition at line 21 of file MonRunOutcomeDef.cc.
References submitPVResolutionJobs::desc.
Referenced by ecaldqm::SummaryWriter::run().
|
friend |
Definition at line 14 of file MonRunOutcomeDef.h.
|
protected |
Definition at line 36 of file MonRunOutcomeDef.h.
|
protected |
Definition at line 35 of file MonRunOutcomeDef.h.
Referenced by operator!=(), and operator==().