ATLAS Offline Software
PFRadialEnergyCalculatorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PFRADIALENERGYCALCULATORTOOL_H
6 #define PFRADIALENERGYCALCULATORTOOL_H
7 
10 #include "eflowRec/IPFBaseTool.h"
11 
12 class PFRadialEnergyCalculatorTool : public extends<AthAlgTool, IPFBaseTool> {
13 
14  public:
15 
16  using base_class::base_class;
17 
19 
20  virtual StatusCode execute(eflowCaloObjectContainer& theEflowCaloObjectContainer) override;
21 
22 };
23 
24 #endif
IPFBaseTool.h
PFRadialEnergyCalculatorTool::~PFRadialEnergyCalculatorTool
~PFRadialEnergyCalculatorTool()
Definition: PFRadialEnergyCalculatorTool.h:18
PFRadialEnergyCalculatorTool::execute
virtual StatusCode execute(eflowCaloObjectContainer &theEflowCaloObjectContainer) override
Definition: PFRadialEnergyCalculatorTool.cxx:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
PFRadialEnergyCalculatorTool
Definition: PFRadialEnergyCalculatorTool.h:12
eflowCaloObject.h
eflowCaloObjectContainer
Definition: eflowCaloObject.h:101