ATLAS Offline Software
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 
12 class IPFBaseTool : virtual public IAlgTool {
13 
14  public:
15 
18 
20 
21 };
22 #endif
IPFBaseTool::DeclareInterfaceID
DeclareInterfaceID(IPFBaseTool, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IPFBaseTool::execute
virtual StatusCode execute(eflowCaloObjectContainer &)=0
Execute method to use eflowCaloObjectContainer.
IPFBaseTool
Definition: IPFBaseTool.h:12
eflowCaloObjectContainer
Definition: eflowCaloObject.h:100