ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetCalibTools
JetCalibTools
JetCalibTestAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETCALIBTOOLS_JETCALIBTESTALG_H
6
#define JETCALIBTOOLS_JETCALIBTESTALG_H
7
8
#include <
AnaAlgorithm/AnaAlgorithm.h
>
9
#include "
JetCalibTools/JetCalibTool.h
"
10
#include "
AsgDataHandles/ReadHandleKey.h
"
11
#include "
xAODJet/JetContainer.h
"
12
13
class
JetCalibTestAlg
:
public
EL::AnaAlgorithm
{
14
public
:
15
using
AnaAlgorithm::AnaAlgorithm;
16
virtual
StatusCode
initialize
()
override
;
17
virtual
StatusCode
execute
()
override
;
18
19
private
:
20
ToolHandle<IJetCalibTool>
m_jetCalibTool
21
{
this
,
"JetCalibTool"
,
""
,
"Jet calibration tool"
};
22
SG::ReadHandleKey<xAOD::JetContainer>
m_jetKey
23
{
this
,
"JetContainerKey"
,
"AntiKt4EMPFlowJets"
,
"Input jet container"
};
24
};
25
26
#endif
AnaAlgorithm.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
JetCalibTool.h
JetContainer.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
JetCalibTestAlg
Definition
JetCalibTestAlg.h:13
JetCalibTestAlg::execute
virtual StatusCode execute() override
Definition
JetCalibTestAlg.cxx:17
JetCalibTestAlg::m_jetKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Definition
JetCalibTestAlg.h:23
JetCalibTestAlg::initialize
virtual StatusCode initialize() override
Definition
JetCalibTestAlg.cxx:11
JetCalibTestAlg::m_jetCalibTool
ToolHandle< IJetCalibTool > m_jetCalibTool
Definition
JetCalibTestAlg.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0