|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JET_ANALYSIS_ALGORITHMS__BJET_CALIBRATION_ALG_H
8 #define JET_ANALYSIS_ALGORITHMS__BJET_CALIBRATION_ALG_H
39 ToolHandle<CP::IMuonSelectionTool>
m_muonSelectionTool{
this,
"muonSelectionTool",
"",
"tool for muon quality selection"};
42 ToolHandle<IMuonInJetCorrectionTool>
m_muonInJetTool {
this,
"muonInJetTool",
"MuonInJetCorrectionTool",
"the muon-in-jet correction tool tool we apply"};
45 ToolHandle<IBJetCorrectionTool>
m_bJetTool {
this,
"bJetTool",
"",
"the b-jet pt correction tool tool we apply"};
50 this,
"jets",
"",
"the jet collection to run on"};
53 this,
"jetPreselection",
"",
"the preselection to apply to jets"};
56 this,
"muons",
"",
"Muon collection to retrieve"};
59 this,
"muonPreselection",
"",
"the preselection to apply to muons"};
62 this,
"NMuonsDecorName",
"n_muons_%SYS%",
"Name of output decorator for n_muons"};
an algorithm to apply b-jet specific energy correction
SysWriteDecorHandle< int > m_nmuons
SysReadSelectionHandle m_muonPreselection
a class managing the property to configure the list of systematics to process
ToolHandle< IBJetCorrectionTool > m_bJetTool
the b-jet pt correction tool
ToolHandle< CP::IMuonSelectionTool > m_muonSelectionTool
the muon-in-jet selection tool, unused if muonPreselection set
SysCopyHandle< xAOD::JetContainer > m_jetHandle
ToolHandle< IMuonInJetCorrectionTool > m_muonInJetTool
the muon-in-jet correction tool
Select isolated Photons, Electrons and Muons.
SysReadSelectionHandle m_jetPreselection
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.
SysListHandle m_systematicsList
StatusCode execute() override
a systematics data handle that will either copy the input object or act like an update handle
SysReadHandle< xAOD::MuonContainer > m_muonHandle
a data handle for reading systematically varied selection properties from objects