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... | |
ExtendedEventContext & | getExtendedEventContext (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... | |
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 41 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.
void Atlas::setExtendedEventContext | ( | EventContext & | ctx, |
ExtendedEventContext && | ectx | ||
) |
Move an extended context into a context object.
Definition at line 50 of file ExtendedEventContext.cxx.