ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  SG
 Forward declaration.

Functions

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