ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
IPFSubtractionTool.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 EFLOWREC_IPFSUBTRACTIONTOOL_H
6
#define EFLOWREC_IPFSUBTRACTIONTOOL_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
class
EventContext;
11
class
eflowCaloObjectContainer
;
12
class
eflowRecTrackContainer
;
13
class
eflowRecClusterContainer
;
14
18
class
IPFSubtractionTool
:
virtual
public
IAlgTool {
19
20
public
:
21
23
virtual
void
execute
(
const
EventContext& ctx,
eflowCaloObjectContainer
*,
eflowRecTrackContainer
*,
eflowRecClusterContainer
*)
const
= 0;
24
25
DeclareInterfaceID
(
IPFSubtractionTool
,1,0);
26
27
};
28
#endif
IPFSubtractionTool
Algorithm base class which inherits from IAlgTool and defines pure virtual execute method which takes...
Definition
IPFSubtractionTool.h:18
IPFSubtractionTool::execute
virtual void execute(const EventContext &ctx, 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:102
eflowRecClusterContainer
Definition
eflowRecCluster.h:275
eflowRecTrackContainer
Definition
eflowRecTrack.h:192
Generated on
for ATLAS Offline Software by
1.16.1