8#ifndef JET_ANALYSIS_ALGORITHMS__JET_CALIBRATION_ALG_H
9#define JET_ANALYSIS_ALGORITHMS__JET_CALIBRATION_ALG_H
33 ToolHandle<IJetCalibrationTool>
m_calibrationTool {
this,
"calibrationTool",
"JetCalibrationTool",
"the calibration tool we apply"};
42 this,
"jets",
"",
"the jet collection to run on"};
46 Gaudi::Property<bool>
m_HIsetup {
this,
"HIsetup",
false,
"do full Heavy Ion treatment"};
an algorithm for calling IJetCalibrationTool
ToolHandle< IJetCalibrationTool > m_calibrationTool
the calibration tool
StatusCode initialize() override
SysListHandle m_systematicsList
the systematics list we run
Gaudi::Property< bool > m_HIsetup
whether we run on the HIJets collection
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
StatusCode execute() override
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
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.