ATLAS Offline Software
Loading...
Searching...
No Matches
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
11
12class 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
virtual StatusCode execute(eflowCaloObjectContainer &theEflowCaloObjectContainer) override