|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef ATHENAKERNEL_GETTHINNINGCACHE_H
14 #define ATHENAKERNEL_GETTHINNINGCACHE_H
25 class ThinningDecisionBase;
52 const std::string&
key);
72 const std::string&
key);
108 #endif // not ATHENAKERNEL_GETTHINNINGCACHE_H
Hold thinning decisions for one container.
Hold thinning/slimming information for a given object.
const SG::ThinningCache * getThinningCache(const EventContext &ctx)
Retrieve the current thinning cache from the event context.
const SG::ThinningDecisionBase * getThinningDecision(const EventContext &ctx, const std::string &key)
Retrieve the current thinning decision for key.
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Define the type used for hashed StoreGate key+CLID pairs.
const SG::ThinningInfo * getThinningInfo(const EventContext &ctx, const std::string &key)
Retrieve the current thinning information for key.
Cache thinning decisions for converters.