|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
StatusCode execute() override
a class managing the property to configure the list of systematics to process
SysListHandle m_systematicsList
the systematics list we run
CopyNominalSelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
a data handle for reading systematics varied input data
StatusCode initialize() override
Select isolated Photons, Electrons and Muons.
std::unique_ptr< ISelectionReadAccessor > m_readAccessor
the accessor we use
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
an algorithm that copies the nominal selections over to all other object systematics
a data handle for reading systematically varied selection properties from objects
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
a data handle for writing systematically varied selection properties from objects