|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MUON_ANALYSIS_ALGORITHMS__MUON_ISOLATION_ALG_H
10 #define MUON_ANALYSIS_ALGORITHMS__MUON_ISOLATION_ALG_H
37 ToolHandle<IIsolationSelectionTool>
m_isolationTool {
this,
"isolationTool",
"CP::IsolationSelectionTool",
"the isolation tool we apply"};
46 this,
"muons",
"Muons",
"the muon collection to run on"};
51 this,
"preselection",
"",
"the preselection to apply"};
56 this,
"isolationDecoration",
"",
"the decoration for the muon isolation"};
a class managing the property to configure the list of systematics to process
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysReadHandle< xAOD::MuonContainer > m_muonHandle
the muon collection we run on
uint32_t SelectionType
the type for selection decorations that are meant to hold a asg::AcceptData
StatusCode initialize() override
Select isolated Photons, Electrons and Muons.
SysListHandle m_systematicsList
the systematics list we run
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< ISelectionNameSvc > m_nameSvc
the ISelectionNameSvc
SysWriteSelectionHandle m_isolationHandle
the decoration for the muon isolation
ToolHandle< IIsolationSelectionTool > m_isolationTool
the smearing tool
StatusCode execute() override
a data handle for reading systematically varied selection properties from objects
SelectionType m_setOnFail
the bits to set for an object failing the preselection
an algorithm for calling IMuonSelectionTool
a data handle for writing systematically varied selection properties from objects