|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef SELECTION_HELPERS__SELECTION_ACCESSOR_WRITE_BITS_H
9 #define SELECTION_HELPERS__SELECTION_ACCESSOR_WRITE_BITS_H
38 virtual std::string
label ()
const override;
44 const std::vector<CP::SystematicSet>& sysList,
45 const std::string& objectName)
override;
a specialized accessor to write a selection decoration to an xAOD object
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 void setBool(const SG::AuxElement &element, bool selection, const CP::SystematicSet *sys) const override
set the selection decoration
Class to wrap a set of SystematicVariations.
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const CP::SystematicSet &fullAffecting, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override
fill the systematic variations
Select isolated Photons, Electrons and Muons.
std::string m_label
the label of the accessor
SelectionWriteAccessorBits(const std::string &name)
Helper class to provide type-safe access to aux data.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual std::string label() const override
get the label of the accessor
AthROOTErrorHandlerSvc * svc
the SelectionAccesor for standard CP algorithm selection decorations encoded as bits
virtual void setBits(const SG::AuxElement &element, SelectionType selection, const CP::SystematicSet *sys) const override
set the selection decoration
SG::AuxElement::Decorator< SelectionType > m_accessor
the underlying accessor