![]() |
ATLAS Offline Software
|
Classes | |
| class | ExtendedEventContext |
Functions | |
| bool | hasExtendedEventContext (const EventContext &ctx) |
| Test whether a context object has an extended context installed. More... | |
| const ExtendedEventContext & | getExtendedEventContext (const EventContext &ctx) |
| Retrieve an extended context from a context object. More... | |
| const ExtendedEventContext * | tryGetExtendedEventContext (const EventContext &ctx) |
| Retrieve an extended context from a context object. More... | |
| ExtendedEventContext & | getExtendedEventContext (EventContext &ctx) |
| Retrieve an extended context from a context object. More... | |
| ExtendedEventContext * | tryGetExtendedEventContext (EventContext &ctx) |
| Retrieve an extended context from a context object. More... | |
| void | setExtendedEventContext (EventContext &ctx, ExtendedEventContext &&ectx) |
| Move an extended context into a context object. More... | |
| IProxyDict * | proxyDictFromEventContext () |
Return the IProxyDict for this thread's current context. More... | |
| IProxyDict * | proxyDictFromEventContext (const EventContext &ctx) |
Return the IProxyDict for a context. More... | |
| SG::SourceID | sourceIDFromEventContext () |
Return the SourceID for this thread's current context. More... | |
| SG::SourceID | sourceIDFromEventContext (const EventContext &ctx) |
Return the SourceID a context. More... | |
| const ExtendedEventContext & Atlas::getExtendedEventContext | ( | const EventContext & | ctx | ) |
Retrieve an extended context from a context object.
Definition at line 32 of file ExtendedEventContext.cxx.
| ExtendedEventContext & Atlas::getExtendedEventContext | ( | EventContext & | ctx | ) |
Retrieve an extended context from a context object.
Definition at line 51 of file ExtendedEventContext.cxx.
| bool Atlas::hasExtendedEventContext | ( | const EventContext & | ctx | ) |
Test whether a context object has an extended context installed.
Definition at line 23 of file ExtendedEventContext.cxx.
| IProxyDict * Atlas::proxyDictFromEventContext | ( | ) |
Return the IProxyDict for this thread's current context.
Definition at line 28 of file proxyDictFromEventContext.cxx.
| IProxyDict * Atlas::proxyDictFromEventContext | ( | const EventContext & | ctx | ) |
Return the IProxyDict for a context.
| ctx | The context. |
Definition at line 43 of file proxyDictFromEventContext.cxx.
| void Atlas::setExtendedEventContext | ( | EventContext & | ctx, |
| ExtendedEventContext && | ectx | ||
| ) |
Move an extended context into a context object.
Definition at line 70 of file ExtendedEventContext.cxx.
| SG::SourceID Atlas::sourceIDFromEventContext | ( | ) |
Return the SourceID for this thread's current context.
Definition at line 56 of file proxyDictFromEventContext.cxx.
| SG::SourceID Atlas::sourceIDFromEventContext | ( | const EventContext & | ctx | ) |
Return the SourceID a context.
| ctx | The context. |
Definition at line 67 of file proxyDictFromEventContext.cxx.
| const ExtendedEventContext * Atlas::tryGetExtendedEventContext | ( | const EventContext & | ctx | ) |
Retrieve an extended context from a context object.
Retrieve an extended context from a context object, returning nullptr if it doesn't exist.
returning nullptr if it doesn't exist.
Definition at line 42 of file ExtendedEventContext.cxx.
| ExtendedEventContext * Atlas::tryGetExtendedEventContext | ( | EventContext & | ctx | ) |
Retrieve an extended context from a context object.
returning nullptr if it doesn't exist.
Definition at line 61 of file ExtendedEventContext.cxx.
1.8.18