#include <OMSAccess.h>
Public Member Functions | |
void | connect (const std::string &baseUrl) |
OMSService () | |
std::unique_ptr< OMSServiceQuery > | query (const std::string &function) const |
Private Attributes | |
std::string | m_baseUrl |
Definition at line 265 of file OMSAccess.h.
cond::OMSService::OMSService | ( | ) |
Definition at line 126 of file OMSAccess.cc.
void cond::OMSService::connect | ( | const std::string & | baseUrl | ) |
Definition at line 128 of file OMSAccess.cc.
References m_baseUrl.
Referenced by LHCInfoPopConSourceHandler::getNewObjects(), LHCInfoPerLSPopConSourceHandler::getNewObjects(), LHCInfoPerFillPopConSourceHandler::getNewObjects(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
std::unique_ptr< OMSServiceQuery > cond::OMSService::query | ( | const std::string & | function | ) | const |
Definition at line 129 of file OMSAccess.cc.
References m_baseUrl.
Referenced by LHCInfoPopConSourceHandler::getDipData(), LHCInfoPerFillPopConSourceHandler::getDipData(), cond::lhcInfoHelper::getFillLastLumiIOV(), LHCInfoPopConSourceHandler::getLumiData(), LHCInfoPerLSPopConSourceHandler::getLumiData(), LHCInfoPerFillPopConSourceHandler::getLumiData(), LHCInfoPopConSourceHandler::getNewObjects(), LHCInfoPerLSPopConSourceHandler::getNewObjects(), LHCInfoPerFillPopConSourceHandler::getNewObjects(), production_tasks.BaseDataset::run(), and edmIntegrityCheck.IntegrityCheck::test().
|
private |
Definition at line 273 of file OMSAccess.h.