ATLAS Offline Software
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 
21 namespace CP
22 {
24 
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
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
SysListHandle.h
SysCopyHandle.h
CP::JetCalibAlg
an algorithm for calling IJetCalibrationTool
Definition: JetCalibAlg.h:26
CP::JetCalibAlg::m_calibrationTool
ToolHandle< IJetCalibTool > m_calibrationTool
the calibration tool
Definition: JetCalibAlg.h:37
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
columnar::final
CM final
Definition: ColumnAccessor.h:106
CP::JetCalibAlg::initialize
StatusCode initialize() override
Definition: JetCalibAlg.cxx:22
IJetCalibTool.h
CP::JetCalibAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: JetCalibAlg.h:41
CP::JetCalibAlg::m_jetHandle
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Definition: JetCalibAlg.h:45
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition: SysCopyHandle.h:62
CP::JetCalibAlg::execute
StatusCode execute() override
Definition: JetCalibAlg.cxx:34