5#ifndef AFP_SIDLOCRECO_h
6#define AFP_SIDLOCRECO_h
16#include "GaudiKernel/ToolHandle.h"
31 StatusCode
execute(
const EventContext &ctx)
const;
36 ToolHandle<IAFP_SIDLocRecoTool>
m_recoToolHandle {
this,
"recoTool",
"",
"AFP track reco tool"};
Helpers for checking error return status codes and reporting errors.
ToolHandle< IAFP_SIDLocRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
AFP_SIDLocReco(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute(const EventContext &ctx) const
An algorithm that can be simultaneously executed in multiple threads.