ATLAS Offline Software
Loading...
Searching...
No Matches
PFUnifiedRadialEnergyCalculatorTool.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 PFUNIFIEDRADIALENERGYCALCULATORTOOL_H
6#define PFUNIFIEDRADIALENERGYCALCULATORTOOL_H
7
10
11struct PFData;
12
13
14class PFUnifiedRadialEnergyCalculatorTool : public extends<AthAlgTool, IPFUnifiedBaseTool> {
15
16 public:
17
18 using base_class::base_class;
19
21
22 virtual StatusCode processPFlowData(const EventContext& ctx, PFData &thePFData) const override;
23
24};
25
26#endif
virtual StatusCode processPFlowData(const EventContext &ctx, PFData &thePFData) const override