|
ATLAS Offline Software
|
Go to the documentation of this file.
12 std::unique_ptr<ISelectionReadAccessor> child)
13 : m_child(std::move(child)) {}
26 const std::string& objectName)
const
28 return m_child->getInputAffecting (
svc, objectName);
33 const std::vector<CP::SystematicSet>& sysList,
34 const std::string& objectName)
36 return m_child->fillSystematics (
svc, sysList, objectName);
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)
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