4#ifndef AFP_SICLUSTERTOOLS_AFPSICLUSTER_H
5#define AFP_SICLUSTERTOOLS_AFPSICLUSTER_H
9#include "GaudiKernel/ToolHandle.h"
23 AFPSiCluster(
const std::string& name, ISvcLocator* pSvcLocator);
27 virtual StatusCode
execute(
const EventContext& ctx)
const override;
28 virtual StatusCode
finalize()
override;
34 ToolHandle<IAFPSiClusterTool>
m_clusterRecoTool{
this,
"clusterRecoTool",
"",
"AFP cluster reco tool"};
Helpers for checking error return status codes and reporting errors.
AFPSiCluster(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~AFPSiCluster() override
virtual StatusCode finalize() override
SG::WriteHandleKey< xAOD::AFPSiHitsClusterContainer > m_clusterContainerKey
ToolHandle< IAFPSiClusterTool > m_clusterRecoTool
virtual StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.