ATLAS Offline Software
Loading...
Searching...
No Matches
eflowISubtractionAlgTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWISUBTRACTIONALGTOOL_H
6#define EFLOWISUBTRACTIONALGTOOL_H
7
8/********************************************************************
9
10NAME: eflowBaseAlgTool.h
11PACKAGE: offline/Reconstruction/eflowRec
12
13AUTHORS: R.ZHANG
14CREATED: 22th July, 2015
15
16********************************************************************/
17
21#include "GaudiKernel/IAlgTool.h"
22
23class eflowISubtractionAlgTool : virtual public IAlgTool {
24
25 public:
26
27 virtual StatusCode intialize() {return StatusCode::SUCCESS;}
29 virtual StatusCode finalize() {return StatusCode::SUCCESS;}
30
31};
32
33#endif
virtual void execute(eflowCaloObjectContainer *, eflowRecTrackContainer *, eflowRecClusterContainer *)=0