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
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
SysListHandle m_systematicsList
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.