ATLAS Offline Software
|
interface for IOA providers More...
#include <IAddressProvider.h>
Public Types | |
typedef std::list< SG::TransientAddress * > | tadList |
typedef tadList::iterator | tadListIterator |
Public Member Functions | |
DeclareInterfaceID (IAddressProvider, 1, 0) | |
virtual StatusCode | preLoadAddresses (StoreID::type, tadList &) |
get all addresses from Provider : Called before Begin Event More... | |
virtual StatusCode | loadAddresses (StoreID::type, tadList &) |
get all new addresses from Provider for this Event. More... | |
virtual StatusCode | updateAddress (StoreID::type storeID, SG::TransientAddress *pTAd, const EventContext &ctx)=0 |
update a transient Address The ctx argument will give the current event information. More... | |
virtual | ~IAddressProvider () |
interface for IOA providers
Definition at line 26 of file IAddressProvider.h.
typedef std::list<SG::TransientAddress*> IAddressProvider::tadList |
Definition at line 32 of file IAddressProvider.h.
typedef tadList::iterator IAddressProvider::tadListIterator |
Definition at line 33 of file IAddressProvider.h.
|
inlinevirtual |
Definition at line 55 of file IAddressProvider.h.
IAddressProvider::DeclareInterfaceID | ( | IAddressProvider | , |
1 | , | ||
0 | |||
) |
|
inlinevirtual |
get all new addresses from Provider for this Event.
Definition at line 42 of file IAddressProvider.h.
|
inlinevirtual |
get all addresses from Provider : Called before Begin Event
Definition at line 36 of file IAddressProvider.h.
|
pure virtual |
update a transient Address The ctx argument will give the current event information.
If we're not dealing with an event store (conditions, etc), then the context will be empty (default-initialized).