![]() |
ATLAS Offline Software
|
#include <MuonCalibStreamAddressProviderSvc.h>
Public Member Functions | |
| MuonCalibStreamAddressProviderSvc (const std::string &name, ISvcLocator *svcloc) | |
| Standard constructor. | |
| virtual | ~MuonCalibStreamAddressProviderSvc () |
| Standard Destructor. | |
| virtual StatusCode | initialize () |
| Initialize the service. | |
| virtual StatusCode | preLoadAddresses (StoreID::type id, tadList &tlist) |
| virtual StatusCode | updateAddress (StoreID::type tp, SG::TransientAddress *tad, const EventContext &) |
| update an existing transient Address | |
Private Attributes | |
| std::vector< std::string > | m_typeNames |
| ServiceHandle< IMuonCalibStreamDataProviderSvc > | m_dataSvc |
| std::map< CLID, std::set< std::string > > | m_clidKey |
Definition at line 18 of file MuonCalibStreamAddressProviderSvc.h.
| MuonCalibStreamAddressProviderSvc::MuonCalibStreamAddressProviderSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Standard constructor.
Definition at line 12 of file MuonCalibStreamAddressProviderSvc.cxx.
|
virtual |
|
virtual |
Initialize the service.
Definition at line 27 of file MuonCalibStreamAddressProviderSvc.cxx.
|
virtual |
Definition at line 33 of file MuonCalibStreamAddressProviderSvc.cxx.
|
virtual |
update an existing transient Address
Definition at line 69 of file MuonCalibStreamAddressProviderSvc.cxx.
|
private |
Definition at line 38 of file MuonCalibStreamAddressProviderSvc.h.
|
private |
Definition at line 37 of file MuonCalibStreamAddressProviderSvc.h.
|
private |
Definition at line 36 of file MuonCalibStreamAddressProviderSvc.h.