ATLAS Offline Software
Namespaces | Functions
getThinningCache.h File Reference

Helpers to retrieve the current thinning cache from the event context. More...

#include "CxxUtils/sgkey_t.h"
#include <string>
Include dependency graph for getThinningCache.h:

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...
 

Detailed Description

Helpers to retrieve the current thinning cache from the event context.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Sep, 2019

Definition in file getThinningCache.h.