9#ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_SELECTION_ALG_H
10#define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_ISOLATION_SELECTION_ALG_H
39 ToolHandle<IIsolationSelectionTool>
m_selectionTool {
this,
"selectionTool",
"",
"the selection tool we apply"};
48 this,
"preselection",
"",
"the preselection to apply"};
53 this,
"egammas",
"Electrons",
"the egamma collection to run on"};
58 this,
"selectionDecoration",
"isolated",
"the decoration for the asg selection"};
66 Gaudi::Property<bool>
m_isPhoton {
this,
"isPhoton",
false,
67 "whether this is running on photons"};
an algorithm for calling IIsolationSelectionTool
ToolHandle< IIsolationSelectionTool > m_selectionTool
the selection tool
ServiceHandle< ISelectionNameSvc > m_nameSvc
the ISelectionNameSvc
Gaudi::Property< bool > m_isPhoton
whether this is running on photons
StatusCode initialize() override
SysReadHandle< xAOD::EgammaContainer > m_egammasHandle
the particle continer we run on
SysListHandle m_systematicsList
the systematics list we run
StatusCode execute() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SelectionType m_setOnFail
the bits to set for an object failing the preselection
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
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
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.
uint32_t SelectionType
the type for selection decorations that are meant to hold a asg::AcceptData