ATLAS Offline Software
Namespaces | Functions
getThinningCache.cxx File Reference
#include "AthenaKernel/getThinningCache.h"
#include "AthenaKernel/ExtendedEventContext.h"
#include "AthenaKernel/ThinningCache.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include "GaudiKernel/EventContext.h"
Include dependency graph for getThinningCache.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

const SG::ThinningCacheSG::getThinningCache (const EventContext &ctx)
 Retrieve the current thinning cache from the event context. More...
 
const SG::ThinningCacheSG::getThinningCache ()
 Retrieve the current thinning cache from the current event context. More...
 
const SG::ThinningInfoSG::getThinningInfo (const EventContext &ctx, const std::string &key)
 Retrieve the current thinning information for key. More...
 
const SG::ThinningInfoSG::getThinningInfo (const std::string &key)
 Retrieve the current thinning information for key. More...
 
const SG::ThinningDecisionBaseSG::getThinningDecision (const EventContext &ctx, const std::string &key)
 Retrieve the current thinning decision for key. More...
 
const SG::ThinningDecisionBaseSG::getThinningDecision (const std::string &key)
 Retrieve the current thinning decision for key. More...
 
const SG::ThinningDecisionBaseSG::getThinningDecision (const EventContext &ctx, const sgkey_t sgkey)
 Retrieve the current thinning decision for sgkey. More...
 
const SG::ThinningDecisionBaseSG::getThinningDecision (const sgkey_t sgkey)
 Retrieve the current thinning decision for sgkey. More...