ATLAS Offline Software
|
Out-of-line functions to manipulate the extended event context. More...
#include "AthenaKernel/ExtendedEventContext.h"
Go to the source code of this file.
Namespaces | |
Atlas | |
Functions | |
bool | Atlas::hasExtendedEventContext (const EventContext &ctx) |
Test whether a context object has an extended context installed. More... | |
const ExtendedEventContext & | Atlas::getExtendedEventContext (const EventContext &ctx) |
Retrieve an extended context from a context object. More... | |
ExtendedEventContext & | Atlas::getExtendedEventContext (EventContext &ctx) |
Retrieve an extended context from a context object. More... | |
void | Atlas::setExtendedEventContext (EventContext &ctx, ExtendedEventContext &&ectx) |
Move an extended context into a context object. More... | |
Out-of-line functions to manipulate the extended event context.
Definition in file ExtendedEventContext.cxx.