ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
14public:
15 using AnaAlgorithm::AnaAlgorithm;
16 virtual StatusCode initialize() override;
17 virtual StatusCode execute() override;
18
19private:
20 ToolHandle<IJetCalibTool> m_jetCalibTool
21 {this, "JetCalibTool", "", "Jet calibration tool"};
23 {this, "JetContainerKey", "AntiKt4EMPFlowJets", "Input jet container"};
24};
25
26#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
the (new) base class for EventLoop algorithms
virtual StatusCode execute() override
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
virtual StatusCode initialize() override
ToolHandle< IJetCalibTool > m_jetCalibTool
Property holding a SG store/key/clid from which a ReadHandle is made.