#include <RunList.h>
Public Member Functions | |
void | fetchGlobalRunsByLocation (int min_run, int max_run, const LocationDef &locDef) noexcept(false) |
void | fetchLastNRuns (int max_run, int n_runs) noexcept(false) |
void | fetchNonEmptyGlobalRuns () noexcept(false) |
void | fetchNonEmptyGlobalRuns (int min_run, int max_run) noexcept(false) |
void | fetchNonEmptyRuns () noexcept(false) |
void | fetchNonEmptyRuns (int min_run, int max_run) noexcept(false) |
void | fetchRuns () noexcept(false) |
void | fetchRuns (int min_run, int max_run) noexcept(false) |
void | fetchRuns (int min_run, int max_run, bool withTriggers, bool withGlobalTriggers) noexcept(false) |
void | fetchRunsByLocation (int min_run, int max_run, const LocationDef &locDef) noexcept(false) |
std::vector< RunIOV > | getRuns () |
RunTag | getRunTag () const |
RunList () | |
void | setRunTag (const RunTag &tag) |
~RunList () 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 () |
Private Attributes | |
RunTag | m_runTag |
std::vector< RunIOV > | m_vec_runiov |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS = 1024 |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
RunList::RunList | ( | ) |
Definition at line 13 of file RunList.cc.
|
override |
Definition at line 15 of file RunList.cc.
|
noexcept |
Definition at line 305 of file RunList.cc.
References getBeamSpotDB::atag, gather_cfg::cout, DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, mps_fire::i, alignCSCRings::r, DeadROC_duringRun::runNum, RunIOV::setDBInsertionTime(), RunTag::setGeneralTag(), RunIOV::setID(), RunTag::setLocationDef(), RunIOV::setRunEnd(), RunIOV::setRunNumber(), RunIOV::setRunStart(), RunIOV::setRunTag(), RunTypeDef::setRunType(), RunTag::setRunTypeDef(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by EcalCondDBInterface::fetchGlobalRunListByLocation().
|
noexcept |
Definition at line 154 of file RunList.cc.
References gather_cfg::cout, DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, mps_fire::i, alignCSCRings::r, DeadROC_duringRun::runNum, RunIOV::setDBInsertionTime(), RunIOV::setID(), RunIOV::setRunEnd(), RunIOV::setRunNumber(), RunIOV::setRunStart(), RunIOV::setRunTag(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by EcalCondDBInterface::fetchRunListLastNRuns().
|
noexcept |
Definition at line 29 of file RunList.cc.
Referenced by EcalCondDBInterface::fetchNonEmptyGlobalRunList().
|
noexcept |
Definition at line 33 of file RunList.cc.
|
noexcept |
Definition at line 27 of file RunList.cc.
Referenced by EcalCondDBInterface::fetchNonEmptyRunList().
|
noexcept |
Definition at line 31 of file RunList.cc.
|
noexcept |
|
noexcept |
Definition at line 39 of file RunList.cc.
|
noexcept |
Definition at line 41 of file RunList.cc.
References gather_cfg::cout, DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, mps_fire::i, alignCSCRings::r, DeadROC_duringRun::runNum, RunIOV::setDBInsertionTime(), RunIOV::setID(), RunIOV::setRunEnd(), RunIOV::setRunNumber(), RunIOV::setRunStart(), RunIOV::setRunTag(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
noexcept |
Definition at line 220 of file RunList.cc.
References getBeamSpotDB::atag, gather_cfg::cout, DateHandler::dateToTm(), cuy::dh, alignCSCRings::e, mps_fire::i, alignCSCRings::r, DeadROC_duringRun::runNum, RunIOV::setDBInsertionTime(), RunTag::setGeneralTag(), RunIOV::setID(), RunTag::setLocationDef(), RunIOV::setRunEnd(), RunIOV::setRunNumber(), RunIOV::setRunStart(), RunIOV::setRunTag(), RunTypeDef::setRunType(), RunTag::setRunTypeDef(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by EcalCondDBInterface::fetchRunListByLocation().
std::vector< RunIOV > RunList::getRuns | ( | ) |
Definition at line 25 of file RunList.cc.
Referenced by popcon::EcalSRPHandler::getNewObjects(), popcon::EcalTPGBadTTHandler::getNewObjects(), popcon::EcalTPGTPModeHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGLinConstHandler::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), popcon::EcalTPGBadStripHandler::getNewObjects(), popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler::getNewObjects(), popcon::EcalDAQHandler::getNewObjects(), popcon::EcalTPGBadXTHandler::getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler::getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGOddWeightGroupHandler::getNewObjects(), popcon::EcalTPGPedestalsHandler::getNewObjects(), and popcon::EcalTPGFineGrainStripEEHandler::getNewObjects().
RunTag RunList::getRunTag | ( | ) | const |
Definition at line 23 of file RunList.cc.
void RunList::setRunTag | ( | const RunTag & | tag | ) |
Definition at line 17 of file RunList.cc.
References GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by EcalCondDBInterface::fetchGlobalRunListByLocation(), EcalCondDBInterface::fetchNonEmptyGlobalRunList(), EcalCondDBInterface::fetchNonEmptyRunList(), EcalCondDBInterface::fetchRunList(), EcalCondDBInterface::fetchRunListByLocation(), and EcalCondDBInterface::fetchRunListLastNRuns().
|
friend |