ATLAS Offline Software
|
Helpers to retrieve the current thinning cache from the event context. More...
Go to the source code of this file.
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
const SG::ThinningCache * | SG::getThinningCache (const EventContext &ctx) |
Retrieve the current thinning cache from the event context. More... | |
const SG::ThinningCache * | SG::getThinningCache () |
Retrieve the current thinning cache from the current event context. More... | |
const SG::ThinningInfo * | SG::getThinningInfo (const EventContext &ctx, const std::string &key) |
Retrieve the current thinning information for key . More... | |
const SG::ThinningInfo * | SG::getThinningInfo (const std::string &key) |
Retrieve the current thinning information for key . More... | |
const SG::ThinningDecisionBase * | SG::getThinningDecision (const EventContext &ctx, const std::string &key) |
Retrieve the current thinning decision for key . More... | |
const SG::ThinningDecisionBase * | SG::getThinningDecision (const std::string &key) |
Retrieve the current thinning decision for key . More... | |
const SG::ThinningDecisionBase * | SG::getThinningDecision (const EventContext &ctx, const sgkey_t sgkey) |
Retrieve the current thinning decision for sgkey . More... | |
const SG::ThinningDecisionBase * | SG::getThinningDecision (const sgkey_t sgkey) |
Retrieve the current thinning decision for sgkey . More... | |
Helpers to retrieve the current thinning cache from the event context.
Definition in file getThinningCache.h.