|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_TDLOCRECO_H
6 #define AFP_TDLOCRECO_H
10 #include "GaudiKernel/ToolHandle.h"
36 ToolHandle<IAFPTDLocRecoTool>
m_recoToolHandle{
this,
"recoTool",
"",
"Tool that makes all ToF tracks reconstruction"};
39 #endif //AFP_TDLOCRECO_h
Algorithm reconstructing tracks from hits clusters.
AFP_TDLocReco(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
StatusCode finalize()
Does nothing.
ToolHandle< IAFPTDLocRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode execute(const EventContext &ctx) const
Run pixel clustering tool and next run track reconstruction tools.
Helpers for checking error return status codes and reporting errors.
~AFP_TDLocReco()
Does nothing.