ATLAS Offline Software
|
#include "StoreGate/StoreGateSvc.h"
Go to the source code of this file.
Functions | |
const EventIDBase * | EventIDFromStore (IProxyDict *store) |
Retrieve the EventID from EventContext saved in store STORE. More... | |
const EventIDBase * | EventIDFromStore (const ServiceHandle< StoreGateSvc > &storeH) |
StatusCode | EventIDFromStore (IProxyDict *store, const EventIDBase *&evid) |
const EventIDBase* EventIDFromStore | ( | const ServiceHandle< StoreGateSvc > & | storeH | ) |
Definition at line 31 of file EventIDFromStore.h.
const EventIDBase* EventIDFromStore | ( | IProxyDict * | store | ) |
Retrieve the EventID from EventContext saved in store STORE.
store | The store from which to retrieve the EventID, or nullptr. |
If there is no context recorded in the store, return nullptr
Definition at line 15 of file EventIDFromStore.cxx.
StatusCode EventIDFromStore | ( | IProxyDict * | store, |
const EventIDBase *& | evid | ||
) |
Definition at line 38 of file EventIDFromStore.h.