5#ifndef ACTSTRK_DATAPREPARATION_HGTD_CLUSTERIZATIONALG_H
6#define ACTSTRK_DATAPREPARATION_HGTD_CLUSTERIZATIONALG_H
10#include "GaudiKernel/ToolHandle.h"
28 virtual StatusCode
execute(
const EventContext& ctx)
const override;
29 virtual StatusCode
finalize()
override;
32 ToolHandle< IHGTDClusteringTool >
m_clusteringTool {
this,
"ClusteringTool",
"",
"The Clustering Tool"};
33 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::HGTDClusterContainer > m_clusterContainerKey
virtual ~HgtdClusterizationAlg() override=default
SG::ReadHandleKey< HGTD_RDO_Container > m_rdoContainerKey
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE
virtual StatusCode execute(const EventContext &ctx) const override
HgtdClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize() override
ToolHandle< IHGTDClusteringTool > m_clusteringTool
virtual StatusCode initialize() override
ToolHandle< GenericMonitoringTool > m_monTool
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...