|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SELECTION_HELPERS__SELECTION_ACCESSOR_EXPR_OR_H
6 #define SELECTION_HELPERS__SELECTION_ACCESSOR_EXPR_OR_H
20 std::unique_ptr<ISelectionReadAccessor> right);
28 virtual std::string
label()
const override;
32 const std::string& objectName)
const override;
36 const std::vector<CP::SystematicSet>& sysList,
37 const std::string& objectName)
override;
40 std::unique_ptr<ISelectionReadAccessor>
m_left;
41 std::unique_ptr<ISelectionReadAccessor>
m_right;
the interface for the central systematics service
SelectionAccessorExprOr(std::unique_ptr< ISelectionReadAccessor > left, std::unique_ptr< ISelectionReadAccessor > right)
Base class for elements of a container that can have aux data.
Class to wrap a set of SystematicVariations.
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override
fill the systematic variations
virtual CP::SystematicSet getInputAffecting(const ISystematicsSvc &svc, const std::string &objectName) const override
get the systematics when reading from the decoration
Select isolated Photons, Electrons and Muons.
Serves as the base for a few logical expression classes.
std::unique_ptr< ISelectionReadAccessor > m_left
::StatusCode StatusCode
StatusCode definition for legacy code.
AthROOTErrorHandlerSvc * svc
virtual std::string label() const override
Implements a SelectionAccessor that performs a binary logical OR.
std::unique_ptr< ISelectionReadAccessor > m_right
virtual bool getBool(const SG::AuxElement &element, const CP::SystematicSet *sys) const override