#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 10 of file LocationDef.cc.
|
override |
Definition at line 20 of file LocationDef.cc.
|
protectednoexcept |
Definition at line 103 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e, setByID(), IDBObject::setConnection(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 43 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
string LocationDef::getLocation | ( | ) | const |
Definition at line 26 of file LocationDef.cc.
Referenced by EcalTPGDBApp::printTag(), and EcalErrorMask::readDB().
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 76 of file LocationDef.cc.
References MillePedeFileConverter_cfg::e, triggerObjects_cff::id, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fetchAllDefs().
void LocationDef::setLocation | ( | std::string | loc | ) |
Definition at line 33 of file LocationDef.cc.
References create_public_lumi_plots::loc.
Referenced by EcalPedestalHistory::beginRun(), EcalCondDBWriter::dqmEndJob(), popcon::EcalSRPHandler::getNewObjects(), popcon::EcalDAQHandler::getNewObjects(), popcon::EcalTPGLinConstHandler::getNewObjects(), popcon::EcalTPGBadStripHandler::getNewObjects(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), popcon::EcalTPGBadTTHandler::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGBadXTHandler::getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGPedestalsHandler::getNewObjects(), popcon::EcalTPGSpikeThresholdHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), popcon::EcalChannelStatusHandler::getNewObjects(), popcon::EcalPedestalsHandler::getNewObjectsH2(), popcon::EcalPedestalsHandler::getNewObjectsP5(), EcalTPGDBApp::readFromCondDB_Pedestals(), 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==().