![]() |
ATLAS Offline Software
|
Algorithm base class which inherits from IAlgTool and defines pure virtual execute method which takes pointers to eflowCaloObjectContainer, eflowRecTrackContainer and eflowRecClusterContainer as input. More...
#include <IPFSubtractionTool.h>
Public Member Functions | |
| virtual void | execute (const EventContext &ctx, eflowCaloObjectContainer *, eflowRecTrackContainer *, eflowRecClusterContainer *) const =0 |
| Execute method to modify calorimeter clusters, when performing charegd shower subtraction procedures in particle flow. | |
| DeclareInterfaceID (IPFSubtractionTool, 1, 0) | |
Algorithm base class which inherits from IAlgTool and defines pure virtual execute method which takes pointers to eflowCaloObjectContainer, eflowRecTrackContainer and eflowRecClusterContainer as input.
Algtools which inherit from this are used to modify calorimeter clusters, when performing charegd shower subtraction procedures in particle flow.
Definition at line 18 of file IPFSubtractionTool.h.
| IPFSubtractionTool::DeclareInterfaceID | ( | IPFSubtractionTool | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
Execute method to modify calorimeter clusters, when performing charegd shower subtraction procedures in particle flow.