#include <LocationDef.h>
Public Member Functions | |
int | fetchID () noexcept(false) override |
std::string | getLocation () const |
LocationDef () | |
bool | operator!= (const LocationDef &l) const |
bool | operator== (const LocationDef &l) const |
void | setByID (int id) noexcept(false) override |
void | setLocation (std::string loc) |
~LocationDef () 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< LocationDef > *fillVec) noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes | |
std::string | m_loc |
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 Location information
Definition at line 12 of file LocationDef.h.
LocationDef::LocationDef | ( | ) |
Definition at line 9 of file LocationDef.cc.
|
override |
Definition at line 16 of file LocationDef.cc.
|
protectednoexcept |
Definition at line 80 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e, setByID(), and IDBObject::setConnection().
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 27 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e.
string LocationDef::getLocation | ( | ) | const |
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 57 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e, and triggerObjects_cff::id.
Referenced by fetchAllDefs().
void LocationDef::setLocation | ( | std::string | loc | ) |
Definition at line 20 of file LocationDef.cc.
Referenced by EcalCondDBWriter::dqmEndJob(), and EcalPedOffset::writeDb().
|
friend |
Definition at line 14 of file LocationDef.h.
|
protected |
Definition at line 32 of file LocationDef.h.
Referenced by operator!=(), and operator==().