#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 256 of file OMSAccess.h.
cond::OMSService::OMSService | ( | ) |
Definition at line 116 of file OMSAccess.cc.
void cond::OMSService::connect | ( | const std::string & | baseUrl | ) |
Definition at line 118 of file OMSAccess.cc.
References m_baseUrl.
Referenced by LHCInfoPopConSourceHandler::getNewObjects(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
std::unique_ptr< OMSServiceQuery > cond::OMSService::query | ( | const std::string & | function | ) | const |
Definition at line 119 of file OMSAccess.cc.
References m_baseUrl.
Referenced by LHCInfoPopConSourceHandler::getDipData(), LHCInfoPopConSourceHandler::getLumiData(), LHCInfoPopConSourceHandler::getNewObjects(), production_tasks.BaseDataset::run(), and edmIntegrityCheck.IntegrityCheck::test().
|
private |
Definition at line 264 of file OMSAccess.h.