ATLAS Offline Software
Reconstruction
eflowRec
eflowRec
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
10
class
eflowCaloObjectContainer
;
11
12
class
IPFBaseTool
:
virtual
public
IAlgTool {
13
14
public
:
15
17
virtual
StatusCode
execute
(
eflowCaloObjectContainer
&) = 0;
18
19
DeclareInterfaceID
(
IPFBaseTool
,1,0);
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:101
Generated on Mon Dec 23 2024 21:12:01 for ATLAS Offline Software by
1.8.18