|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef MUON_ANALYSIS_ALGORITHMS__MUON_EFFICIENCY_SCALE_FACTOR_ALG_H
9 #define MUON_ANALYSIS_ALGORITHMS__MUON_EFFICIENCY_SCALE_FACTOR_ALG_H
38 ToolHandle<IMuonEfficiencyScaleFactors>
m_efficiencyScaleFactorTool {
this,
"efficiencyScaleFactorTool",
"CP::MuonTriggerScaleFactors",
"the trigger efficiency scale factor tool we apply"};
47 this,
"muons",
"Muons",
"the muon collection to run on"};
52 this,
"eventInfo",
"EventInfo",
"the EventInfo we use"};
57 this,
"preselection",
"",
"the preselection to apply"};
66 this,
"scaleFactorDecoration",
"",
"the decoration for the muon efficiency scale factor"};
71 this,
"mcEfficiencyDecoration",
"",
"the decoration for the muon MC efficiency"};
76 this,
"dataEfficiencyDecoration",
"",
"the decoration for the muon data efficiency"};
SysReadSelectionHandle m_preselection
the preselection we apply to our input
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
ToolHandle< IMuonEfficiencyScaleFactors > m_efficiencyScaleFactorTool
the smearing tool
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysWriteDecorHandle< float > m_mcEfficiencyDecoration
the decoration for the muon mc efficiency
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the EventInfo collection we use
StatusCode initialize() override
a data handle for reading systematically varied selection properties from objects
SysReadHandle< xAOD::MuonContainer > m_muonHandle
the muon collection we run on
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the muon scale factor
SysWriteDecorHandle< float > m_dataEfficiencyDecoration
the decoration for the muon data efficiency
StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run
an algorithm for calling IMuonEfficiencyScaleFactorTool