|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SELECTION_HELPERS__SELECTION_ACCESSOR_EXPR_AND_H
6 #define SELECTION_HELPERS__SELECTION_ACCESSOR_EXPR_AND_H
26 virtual std::string
label()
const override;
30 const std::string& objectName)
const override;
34 const std::vector<CP::SystematicSet>& sysList,
35 const std::string& objectName)
override;
38 std::unique_ptr<ISelectionReadAccessor>
m_child;
the interface for the central systematics service
virtual bool getBool(const SG::AuxElement &element, const CP::SystematicSet *sys) const override
Base class for elements of a container that can have aux data.
Class to wrap a set of SystematicVariations.
virtual std::string label() const override
Select isolated Photons, Electrons and Muons.
SelectionAccessorExprNot(std::unique_ptr< ISelectionReadAccessor > child)
Serves as the base for a few logical expression classes.
SelectionAccessor which implements a logical NOT.
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override
fill the systematic variations
::StatusCode StatusCode
StatusCode definition for legacy code.
AthROOTErrorHandlerSvc * svc
virtual CP::SystematicSet getInputAffecting(const ISystematicsSvc &svc, const std::string &objectName) const override
get the systematics when reading from the decoration
std::unique_ptr< ISelectionReadAccessor > m_child