 |
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef JET_ANALYSIS_ALGORITHMS__JET_CALIB_ALG_H
13 #define JET_ANALYSIS_ALGORITHMS__JET_CALIB_ALG_H
37 ToolHandle<IJetCalibTool>
m_calibrationTool {
this,
"calibrationTool",
"JetCalibrationTool",
"the calibration tool we apply"};
46 this,
"jets",
"",
"the jet collection to run on"};
a class managing the property to configure the list of systematics to process
an algorithm for calling IJetCalibrationTool
ToolHandle< IJetCalibTool > m_calibrationTool
the calibration tool
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
SysListHandle m_systematicsList
the systematics list we run
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