|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
StatusCode initialize() override
a class managing the property to configure the list of systematics to process
uint32_t SelectionType
the type for selection decorations that are meant to hold a asg::AcceptData
StatusCode execute() override
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
SelectionType m_setOnFail
the bits to set for an object failing the preselection
ServiceHandle< ISelectionNameSvc > m_nameSvc
the ISelectionNameSvc
ToolHandle< IIsolationSelectionTool > m_selectionTool
the selection tool
Gaudi::Property< bool > m_isPhoton
whether this is running on photons
the (new) base class for EventLoop algorithms
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
::StatusCode StatusCode
StatusCode definition for legacy code.
an algorithm for calling IIsolationSelectionTool
SysListHandle m_systematicsList
the systematics list we run
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects
SysReadHandle< xAOD::EgammaContainer > m_egammasHandle
the particle continer we run on