![]() |
ATLAS Offline Software
|
#include "AthenaKernel/IProxyDict.h"#include "GaudiKernel/EventIDBase.h"#include "GaudiKernel/EventContext.h"#include "CxxUtils/checker_macros.h"Go to the source code of this file.
Classes | |
| class | Atlas::ExtendedEventContext |
Namespaces | |
| namespace | SG |
| Forward declaration. | |
| namespace | std |
| STL namespace. | |
| namespace | std::pmr |
| namespace | Atlas |
Functions | |
| bool | Atlas::hasExtendedEventContext (const EventContext &ctx) |
| Test whether a context object has an extended context installed. | |
| const ExtendedEventContext & | Atlas::getExtendedEventContext (const EventContext &ctx) |
| Retrieve an extended context from a context object. | |
| const ExtendedEventContext * | Atlas::tryGetExtendedEventContext (const EventContext &ctx) |
| Retrieve an extended context from a context object. | |
| ExtendedEventContext & | Atlas::getExtendedEventContext (EventContext &ctx) |
| Retrieve an extended context from a context object. | |
| ExtendedEventContext * | Atlas::tryGetExtendedEventContext (EventContext &ctx) |
| Retrieve an extended context from a context object. | |
| void | Atlas::setExtendedEventContext (EventContext &ctx, ExtendedEventContext &&ectx) |
| Move an extended context into a context object. | |