ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
JetAnalysisAlgorithms
JetAnalysisAlgorithms
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
15
#include <
AnaAlgorithm/AnaAlgorithm.h
>
16
#include <
SystematicsHandles/SysCopyHandle.h
>
17
#include <
SystematicsHandles/SysListHandle.h
>
18
#include <
JetAnalysisInterfaces/IJetCalibTool.h
>
19
20
21
namespace
CP
22
{
24
25
class
JetCalibAlg
final :
public
EL::AnaAlgorithm
26
{
28
public
:
29
using
EL::AnaAlgorithm::AnaAlgorithm
;
30
StatusCode
initialize
()
override
;
31
StatusCode
execute
(
const
EventContext& ctx)
override
;
32
33
34
36
private
:
37
ToolHandle<IJetCalibTool>
m_calibrationTool
{
this
,
"calibrationTool"
,
"JetCalibrationTool"
,
"the calibration tool we apply"
};
38
40
private
:
41
SysListHandle
m_systematicsList
{
this
};
42
44
private
:
45
SysCopyHandle<xAOD::JetContainer>
m_jetHandle
{
46
this
,
"jets"
,
""
,
"the jet collection to run on"
};
47
};
48
}
49
50
#endif
AnaAlgorithm.h
IJetCalibTool.h
SysCopyHandle.h
SysListHandle.h
CP::JetCalibAlg
an algorithm for calling IJetCalibrationTool
Definition
JetCalibAlg.h:26
CP::JetCalibAlg::initialize
StatusCode initialize() override
Definition
JetCalibAlg.cxx:22
CP::JetCalibAlg::m_jetHandle
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Definition
JetCalibAlg.h:45
CP::JetCalibAlg::m_calibrationTool
ToolHandle< IJetCalibTool > m_calibrationTool
the calibration tool
Definition
JetCalibAlg.h:37
CP::JetCalibAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
JetCalibAlg.h:41
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition
SysCopyHandle.h:65
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition
SysListHandle.h:33
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaAlgorithm.cxx:40
EL::AnaAlgorithm::execute
virtual::StatusCode execute()
execute this algorithm
Definition
AnaAlgorithm.cxx:315
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0