10#include "GaudiKernel/ToolHandle.h"
21 AFP_TDLocReco(
const std::string& name, ISvcLocator* pSvcLocator);
29 StatusCode
execute(
const EventContext &ctx)
const;
36 ToolHandle<IAFPTDLocRecoTool>
m_recoToolHandle{
this,
"recoTool",
"",
"Tool that makes all ToF tracks reconstruction"};
Helpers for checking error return status codes and reporting errors.
~AFP_TDLocReco()
Does nothing.
StatusCode execute(const EventContext &ctx) const
Run pixel clustering tool and next run track reconstruction tools.
AFP_TDLocReco(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode finalize()
Does nothing.
ToolHandle< IAFPTDLocRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
An algorithm that can be simultaneously executed in multiple threads.