|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef JET_ANALYSIS_ALGORITHMS__JET_CALIBRATION_ALG_H
9 #define JET_ANALYSIS_ALGORITHMS__JET_CALIBRATION_ALG_H
32 ToolHandle<IJetCalibrationTool>
m_calibrationTool {
this,
"calibrationTool",
"JetCalibrationTool",
"the calibration tool we apply"};
41 this,
"jets",
"",
"the jet collection to run on"};
a class managing the property to configure the list of systematics to process
StatusCode initialize() override
SysListHandle m_systematicsList
the systematics list we run
an algorithm for calling IJetCalibrationTool
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
ToolHandle< IJetCalibrationTool > m_calibrationTool
the calibration tool
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
a systematics data handle that will either copy the input object or act like an update handle
StatusCode execute() override