ATLAS Offline Software
Loading...
Searching...
No Matches
MuonEfficiencyScaleFactorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef MUON_ANALYSIS_ALGORITHMS__MUON_EFFICIENCY_SCALE_FACTOR_ALG_H
9#define MUON_ANALYSIS_ALGORITHMS__MUON_EFFICIENCY_SCALE_FACTOR_ALG_H
10
20
21namespace CP
22{
24
26 {
28 public:
30 StatusCode initialize () override;
31 StatusCode execute () override;
32
33
34
36 private:
37 ToolHandle<IMuonEfficiencyScaleFactors> m_efficiencyScaleFactorTool {this, "efficiencyScaleFactorTool", "CP::MuonTriggerScaleFactors", "the trigger efficiency scale factor tool we apply"};
38
40 private:
42
44 private:
46 this, "muons", "Muons", "the muon collection to run on"};
47
49 private:
51 this, "eventInfo", "EventInfo", "the EventInfo we use"};
52
54 private:
56 this, "preselection", "", "the preselection to apply"};
57
59 private:
61
63 private:
65 this, "scaleFactorDecoration", "", "the decoration for the muon efficiency scale factor"};
66
68 private:
70 this, "mcEfficiencyDecoration", "", "the decoration for the muon MC efficiency"};
71
73 private:
75 this, "dataEfficiencyDecoration", "", "the decoration for the muon data efficiency"};
76 };
77}
78
79#endif
an algorithm for calling IMuonEfficiencyScaleFactorTool
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysListHandle m_systematicsList
the systematics list we run
ToolHandle< IMuonEfficiencyScaleFactors > m_efficiencyScaleFactorTool
the smearing tool
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the muon scale factor
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysWriteDecorHandle< float > m_dataEfficiencyDecoration
the decoration for the muon data efficiency
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the EventInfo collection we use
SysReadHandle< xAOD::MuonContainer > m_muonHandle
the muon collection we run on
SysWriteDecorHandle< float > m_mcEfficiencyDecoration
the decoration for the muon mc efficiency
a helper to translate a CP::CorrectionCode into a StatusCode
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 reading systematics varied input data
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.