|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef MUON_ANALYSIS_ALGORITHMS__MUON_TRIGGER_EFFICIENCY_SCALE_FACTOR_ALG_H
9 #define MUON_ANALYSIS_ALGORITHMS__MUON_TRIGGER_EFFICIENCY_SCALE_FACTOR_ALG_H
39 ToolHandle<IMuonTriggerScaleFactors>
m_efficiencyScaleFactorTool {
this,
"efficiencyScaleFactorTool",
"CP::MuonTriggerScaleFactors",
"the trigger efficiency scale factor tool we apply"};
48 this,
"muons",
"Muons",
"the muon collection to run on"};
53 this,
"eventInfo",
"EventInfo",
"the EventInfo we use"};
58 this,
"preselection",
"",
"the preselection to apply"};
66 Gaudi::Property<std::string>
m_trigger {
this,
"trigger",
"",
"trigger or trigger leg to calculate efficiency for"};
70 Gaudi::Property<uint32_t>
m_minRunNumber {
this,
"minRunNumber", 0,
"minimum run number for the trigger or trigger leg to calculate efficiency for"};
74 Gaudi::Property<uint32_t>
m_maxRunNumber {
this,
"maxRunNumber", 999999,
"maximum run number for the trigger or trigger leg to calculate efficiency for"};
79 this,
"scaleFactorDecoration",
"",
"the decoration for the muon efficiency scale factor"};
84 this,
"mcEfficiencyDecoration",
"",
"the decoration for the muon MC efficiency"};
89 this,
"dataEfficiencyDecoration",
"",
"the decoration for the muon data efficiency"};
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
SysWriteDecorHandle< float > m_dataEfficiencyDecoration
the decoration for the muon data efficiency
Gaudi::Property< uint32_t > m_minRunNumber
minimum run number this trigger is valid for
SysReadHandle< xAOD::MuonContainer > m_muonHandle
the muon collection we run on
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the EventInfo collection we use
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Gaudi::Property< std::string > m_trigger
trigger to run efficiency for
SysListHandle m_systematicsList
the systematics list we run
ToolHandle< IMuonTriggerScaleFactors > m_efficiencyScaleFactorTool
the smearing tool
Gaudi::Property< uint32_t > m_maxRunNumber
maximum run number this trigger is valid for
StatusCode execute() override
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the muon scale factor
a data handle for reading systematically varied selection properties from objects
SysWriteDecorHandle< float > m_mcEfficiencyDecoration
the decoration for the muon mc efficiency
an algorithm for calling IMuonTriggerScaleFactors