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