ATLAS Offline Software
Loading...
Searching...
No Matches
IPFBaseTool.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 IPFBASETOOL_H
6#define IPFBASETOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9
11
12class IPFBaseTool : virtual public IAlgTool {
13
14 public:
15
17 virtual StatusCode execute(eflowCaloObjectContainer&) = 0;
18
20
21};
22#endif
DeclareInterfaceID(IPFBaseTool, 1, 0)
virtual StatusCode execute(eflowCaloObjectContainer &)=0
Execute method to use eflowCaloObjectContainer.