ATLAS Offline Software
IPFSubtractionTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef IPFSUBTRACTIONTOOL_H
6 #define IPFSUBTRACTIONTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
13 
17 class IPFSubtractionTool : virtual public IAlgTool {
18 
19  public:
20 
23 
25 
26 };
27 #endif
eflowRecClusterContainer
Definition: eflowRecCluster.h:275
IPFSubtractionTool::DeclareInterfaceID
DeclareInterfaceID(IPFSubtractionTool, 1, 0)
IPFSubtractionTool
Algorithm base class which inherits from IAlgTool and defines pure virtual execute method which takes...
Definition: IPFSubtractionTool.h:17
eflowRecTrackContainer
Definition: eflowRecTrack.h:194
eflowCaloObjectContainer
Definition: eflowCaloObject.h:100
IPFSubtractionTool::execute
virtual void execute(eflowCaloObjectContainer *, eflowRecTrackContainer *, eflowRecClusterContainer *) const =0
Execute method to modify calorimeter clusters, when performing charegd shower subtraction procedures ...