ATLAS Offline Software
Namespaces | Functions
proxyDictFromEventContext.cxx File Reference

Some out-of-line helpers for ExtendedEventContext. More...

#include "AthenaKernel/proxyDictFromEventContext.h"
#include "AthenaKernel/ExtendedEventContext.h"
#include "AthenaKernel/IProxyDict.h"
#include "GaudiKernel/ThreadLocalContext.h"
Include dependency graph for proxyDictFromEventContext.cxx:

Go to the source code of this file.

Namespaces

 Atlas
 

Functions

IProxyDictAtlas::proxyDictFromEventContext ()
 Return the IProxyDict for this thread's current context. More...
 
IProxyDictAtlas::proxyDictFromEventContext (const EventContext &ctx)
 Return the IProxyDict for a context. More...
 
SG::SourceID Atlas::sourceIDFromEventContext ()
 Return the SourceID for this thread's current context. More...
 
SG::SourceID Atlas::sourceIDFromEventContext (const EventContext &ctx)
 Return the SourceID a context. More...
 

Detailed Description

Some out-of-line helpers for ExtendedEventContext.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Nov, 2024 Out-of-line functions for retrieving IProxySict/SourceID from an EventContext. Keeping these out-of-line allows to reduce header dependencies on ExtendedEventContext.

Definition in file proxyDictFromEventContext.cxx.