![]() |
ATLAS Offline Software
|
#include "AthenaKernel/getThinningCache.h"#include "AthenaKernel/ExtendedEventContext.h"#include "AthenaKernel/ThinningCache.h"#include "GaudiKernel/ThreadLocalContext.h"#include "GaudiKernel/EventContext.h"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... | |
1.8.18