ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
eflowRec
eflowRec
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
10
class
eflowCaloObjectContainer
;
11
class
eflowRecTrackContainer
;
12
class
eflowRecClusterContainer
;
13
17
class
IPFSubtractionTool
:
virtual
public
IAlgTool {
18
19
public
:
20
22
virtual
void
execute
(
eflowCaloObjectContainer
*,
eflowRecTrackContainer
*,
eflowRecClusterContainer
*)
const
= 0;
23
24
DeclareInterfaceID
(
IPFSubtractionTool
,1,0);
25
26
};
27
#endif
IPFSubtractionTool
Algorithm base class which inherits from IAlgTool and defines pure virtual execute method which takes...
Definition
IPFSubtractionTool.h:17
IPFSubtractionTool::execute
virtual void execute(eflowCaloObjectContainer *, eflowRecTrackContainer *, eflowRecClusterContainer *) const =0
Execute method to modify calorimeter clusters, when performing charegd shower subtraction procedures ...
IPFSubtractionTool::DeclareInterfaceID
DeclareInterfaceID(IPFSubtractionTool, 1, 0)
eflowCaloObjectContainer
Definition
eflowCaloObject.h:101
eflowRecClusterContainer
Definition
eflowRecCluster.h:275
eflowRecTrackContainer
Definition
eflowRecTrack.h:191
Generated on
for ATLAS Offline Software by
1.14.0