ATLAS Offline Software
IAFP_SIDLocRecoTool.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_IAFP_SIDLocRecoTool_H
6 #define AFP_LOCRECO_IAFP_SIDLocRecoTool_H 1
7 
13 
14 
15 // STL includes
16 
17 // FrameWork includes
18 #include "GaudiKernel/IAlgTool.h"
20 
22 class IAFP_SIDLocRecoTool : virtual public ::IAlgTool
23 {
24  public:
26 
30  virtual StatusCode execute(const EventContext& ctx) const = 0;
31 };
32 
33 
34 #endif //> !AFP_LOCRECO_IAFP_SIDLocRecoTool_H
IAFP_SIDLocRecoTool
Interface for AFP tools that reconstruct tracks from silicon detector hits.
Definition: IAFP_SIDLocRecoTool.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAFP_SIDLocRecoTool::execute
virtual StatusCode execute(const EventContext &ctx) const =0
run tracks reconstruction
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
IAFP_SIDLocRecoTool::DeclareInterfaceID
DeclareInterfaceID(IAFP_SIDLocRecoTool, 1, 0)