|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef SELECTION_HELPERS__SELECTION_READ_ACCESSOR_INVERT_H
9 #define SELECTION_HELPERS__SELECTION_READ_ACCESSOR_INVERT_H
40 virtual std::string
label ()
const override;
43 virtual bool isBool ()
const override;
48 const std::string& objectName)
const override;
53 const std::vector<CP::SystematicSet>& sysList,
54 const std::string& objectName)
override;
63 std::unique_ptr<ISelectionReadAccessor>
m_base;
virtual std::string label() const override
get the label of the accessor
the interface for the central systematics service
Base class for elements of a container that can have aux data.
virtual bool isBool() const override
whether this accessor returns a simple boolean
uint32_t SelectionType
the type for selection decorations that are meant to hold a asg::AcceptData
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override
fill the systematic variations
Class to wrap a set of SystematicVariations.
Select isolated Photons, Electrons and Muons.
virtual SelectionType getBits(const SG::AuxElement &element, const CP::SystematicSet *sys) const override
get the selection decoration
SelectionReadAccessorInvert(std::unique_ptr< ISelectionReadAccessor > val_base)
the SelectionAccesor for inverting a selection decoration
virtual CP::SystematicSet getInputAffecting(const ISystematicsSvc &svc, const std::string &objectName) const override
get the systematics when reading from the decoration
::StatusCode StatusCode
StatusCode definition for legacy code.
AthROOTErrorHandlerSvc * svc
std::unique_ptr< ISelectionReadAccessor > m_base
the base selection accessors I invert
virtual bool getBool(const SG::AuxElement &element, const CP::SystematicSet *sys) const override
get the selection decoration
a specialized accessor to read a selection decoration from/to an xAOD object