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