ATLAS Offline Software
IAFPTDLocRecoTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AFP_LOCRECO_IAFPTDLOCRECOTOOL_H
6 #define AFP_LOCRECO_IAFPTDLOCRECOTOOL_H 1
7 
13 
14 
15 // STL includes
16 
17 // FrameWork includes
18 #include "GaudiKernel/IAlgTool.h"
20 
22 class IAFPTDLocRecoTool : virtual public ::IAlgTool
23 {
24 
25  public:
27 
31  virtual StatusCode execute(const EventContext& ctx) const = 0;
32 };
33 
34 #endif //> !AFP_LOCRECO_IAFPTDLOCRECOTOOL_H
IAFPTDLocRecoTool::DeclareInterfaceID
DeclareInterfaceID(IAFPTDLocRecoTool, 1, 0)
IAFPTDLocRecoTool
Interface for AFP tools that reconstruct tracks from time of flight detector hits.
Definition: IAFPTDLocRecoTool.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
IAFPTDLocRecoTool::execute
virtual StatusCode execute(const EventContext &ctx) const =0
run tracks reconstruction