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"};
an algorithm for calling IMuonSelectionTool
StatusCode execute() override
SelectionType m_setOnFail
the bits to set for an object failing the preselection
SysReadHandle< xAOD::MuonContainer > m_muonHandle
the muon collection we run on
ServiceHandle< ISelectionNameSvc > m_nameSvc
the ISelectionNameSvc
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
ToolHandle< IIsolationSelectionTool > m_isolationTool
the smearing tool
SysWriteSelectionHandle m_isolationHandle
the decoration for the muon isolation
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