ATLAS Offline Software
Loading...
Searching...
No Matches
JetCalibAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11
12#ifndef JET_ANALYSIS_ALGORITHMS__JET_CALIB_ALG_H
13#define JET_ANALYSIS_ALGORITHMS__JET_CALIB_ALG_H
14
19
20
21namespace CP
22{
24
25 class JetCalibAlg final : public EL::AnaAlgorithm
26 {
28 public:
30 StatusCode initialize () override;
31 StatusCode execute () override;
32
33
34
36 private:
37 ToolHandle<IJetCalibTool> m_calibrationTool {this, "calibrationTool", "JetCalibrationTool", "the calibration tool we apply"};
38
40 private:
42
44 private:
46 this, "jets", "", "the jet collection to run on"};
47 };
48}
49
50#endif
an algorithm for calling IJetCalibrationTool
Definition JetCalibAlg.h:26
StatusCode initialize() override
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Definition JetCalibAlg.h:45
ToolHandle< IJetCalibTool > m_calibrationTool
the calibration tool
Definition JetCalibAlg.h:37
SysListHandle m_systematicsList
the systematics list we run
Definition JetCalibAlg.h:41
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.