9#ifndef ASG_ANALYSIS_ALGORITHMS__COPY_NOMINAL_SELECTION_ALG_H
10#define ASG_ANALYSIS_ALGORITHMS__COPY_NOMINAL_SELECTION_ALG_H
61 this,
"particles",
"",
"the asg collection to run on"};
66 this,
"preselection",
"",
"the preselection to apply"};
71 this,
"selectionDecoration",
"",
"the decoration for the asg selection"};
SysReadSelectionHandle m_preselection
the preselection we apply to our input
StatusCode initialize() override
StatusCode execute() override
CopyNominalSelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
std::unique_ptr< ISelectionReadAccessor > m_readAccessor
the accessor we use
SysListHandle m_systematicsList
the systematics list we run
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.