ATLAS Offline Software
Loading...
Searching...
No Matches
BJetCalibrationAlg.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#ifndef JET_ANALYSIS_ALGORITHMS__BJET_CALIBRATION_ALG_H
8#define JET_ANALYSIS_ALGORITHMS__BJET_CALIBRATION_ALG_H
9
16
20
23
24namespace CP
25{
27
29 {
30 public:
33 StatusCode initialize () override;
34 StatusCode execute () override;
35
36 private:
37
39 ToolHandle<CP::IMuonSelectionTool> m_muonSelectionTool{this, "muonSelectionTool", "", "tool for muon quality selection"};
40
42 ToolHandle<IMuonInJetCorrectionTool> m_muonInJetTool {this, "muonInJetTool", "MuonInJetCorrectionTool", "the muon-in-jet correction tool tool we apply"};
43
45 ToolHandle<IBJetCorrectionTool> m_bJetTool {this, "bJetTool", "", "the b-jet pt correction tool tool we apply"};
46
48
50 this, "jets", "", "the jet collection to run on"};
51
53 this, "jetPreselection", "", "the preselection to apply to jets"};
54
56 this, "muons", "", "Muon collection to retrieve"};
57
59 this, "muonPreselection", "", "the preselection to apply to muons"};
60
62 this, "NMuonsDecorName", "n_muons_%SYS%", "Name of output decorator for n_muons"};
63
64 };
65
66}
67
68#endif
an algorithm to apply b-jet specific energy correction
StatusCode execute() override
ToolHandle< IBJetCorrectionTool > m_bJetTool
the b-jet pt correction tool
SysReadSelectionHandle m_jetPreselection
SysCopyHandle< xAOD::JetContainer > m_jetHandle
SysReadSelectionHandle m_muonPreselection
ToolHandle< CP::IMuonSelectionTool > m_muonSelectionTool
the muon-in-jet selection tool, unused if muonPreselection set
SysReadHandle< xAOD::MuonContainer > m_muonHandle
ToolHandle< IMuonInJetCorrectionTool > m_muonInJetTool
the muon-in-jet correction tool
StatusCode initialize() override
SysWriteDecorHandle< int > m_nmuons
a systematics data handle that will either copy the input object or act like an update handle
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.