![]() |
ATLAS Offline Software
|
#include "xAODCutFlow/CutBookkeeperContainer.h"#include "xAODCore/AuxStoreAccessorMacros.h"#include "AthLinks/ElementLink.h"#include <stdexcept>#include <sstream>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Typedefs | |
| typedef ElementLink< CutBookkeeperContainer > | xAOD::CutBookkeeperLink_t |
| using | xAOD::CutBookkeeperLinks_t = std::vector<xAOD::CutBookkeeperLink_t> |
Functions | |
| static const SG::AuxElement::Accessor< unsigned int > | xAOD::nameIdentifierAcc ("nameIdentifier") |
| static const SG::AuxElement::Accessor< unsigned int > | xAOD::uniqueIdentifierAcc ("uniqueIdentifier") |
| static const SG::AuxElement::Accessor< std::string > | xAOD::nameAcc ("name") |
| static const SG::AuxElement::Accessor< std::string > | xAOD::descriptionAcc ("description") |
| static const SG::AuxElement::Accessor< unsigned int > | xAOD::cutLogicAcc ("cutLogic") |
| static const SG::AuxElement::Accessor< int > | xAOD::isTopFilterAcc ("isTopFilter") |
| static const SG::AuxElement::Accessor< int > | xAOD::cycleAcc ("cycle") |
| static const SG::AuxElement::Accessor< std::string > | xAOD::inputStreamAcc ("inputStream") |
| static const SG::AuxElement::Accessor< std::vector< std::string > > | xAOD::outputStreamsAcc ("outputStreams") |
| static const SG::AuxElement::Accessor< xAOD::CutBookkeeperLink_t > | xAOD::parentLinkAcc ("parentLink") |
| static const SG::AuxElement::Accessor< xAOD::CutBookkeeperLinks_t > | xAOD::childrenLinksAcc ("childrenLinks") |
| static const SG::AuxElement::Accessor< xAOD::CutBookkeeperLinks_t > | xAOD::othersLinksAcc ("othersLinks") |
| static const SG::AuxElement::Accessor< xAOD::CutBookkeeperLinks_t > | xAOD::siblingsLinksAcc ("siblingsLinks") |
| static const SG::AuxElement::Accessor< uint64_t > | xAOD::nAcceptedEventsAcc ("nAcceptedEvents") |
| static const SG::AuxElement::Accessor< double > | xAOD::sumOfEventWeightsAcc ("sumOfEventWeights") |
| static const SG::AuxElement::Accessor< double > | xAOD::sumOfEventWeightsSquaredAcc ("sumOfEventWeightsSquared") |
| void CutBookkeeper_v1::addOutputStreamForAllUsed | xAOD::ATLAS_NOT_THREAD_SAFE (const std::string &outputstream) |