ATLAS Offline Software
Loading...
Searching...
No Matches
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
22class 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
An STL vector of pointers that by default owns its pointed-to elements.
Interface for AFP tools that reconstruct tracks from silicon detector hits.
DeclareInterfaceID(IAFP_SIDLocRecoTool, 1, 0)
virtual StatusCode execute(const EventContext &ctx) const =0
run tracks reconstruction