CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
cond::OMSService Class Reference

#include <OMSAccess.h>

Public Member Functions

void connect (const std::string &baseUrl)
 
 OMSService ()
 
std::unique_ptr< OMSServiceQueryquery (const std::string &function) const
 

Private Attributes

std::string m_baseUrl
 

Detailed Description

Definition at line 239 of file OMSAccess.h.

Constructor & Destructor Documentation

◆ OMSService()

cond::OMSService::OMSService ( )

Definition at line 104 of file OMSAccess.cc.

104 : m_baseUrl() {}
std::string m_baseUrl
Definition: OMSAccess.h:247

Member Function Documentation

◆ connect()

void cond::OMSService::connect ( const std::string &  baseUrl)

Definition at line 106 of file OMSAccess.cc.

References m_baseUrl.

Referenced by LHCInfoPopConSourceHandler::getNewObjects(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().

106 { m_baseUrl = baseUrl; }
std::string m_baseUrl
Definition: OMSAccess.h:247

◆ query()

std::unique_ptr< OMSServiceQuery > cond::OMSService::query ( const std::string &  function) const

Member Data Documentation

◆ m_baseUrl

std::string cond::OMSService::m_baseUrl
private

Definition at line 247 of file OMSAccess.h.

Referenced by connect(), and query().