11#ifndef HGTD_RECALGS_PRDFORMATION_H
12#define HGTD_RECALGS_PRDFORMATION_H
15#include "GaudiKernel/ToolHandle.h"
36 virtual StatusCode
initialize() override final;
41 ToolHandle<GenericMonitoringTool>
m_monTool {
this,
"MonTool",
"",
"Monitoring tool"};
47 BooleanProperty
m_use_altiroc_rdo{
this,
"useALTIROC_RDO",
false,
"Use Altiroc RDO instead of standard"};
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
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.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< HGTD_ClusterContainer > m_prd_wh_key
SG::ReadHandleKey< HGTD_RDO_Container > m_rdo_rh_key
BooleanProperty m_use_altiroc_rdo
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
PadClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~PadClusterizationAlg()
ToolHandle< IHGTD_PadClusterizationTool > m_clusterization_tool
SG::ReadHandleKey< HGTD_ALTIROC_RDO_Container > m_altiroc_rdo_rh_key
const HGTD_ID * m_hgtd_idhelper
ToolHandle< GenericMonitoringTool > m_monTool
This is an Identifier helper class for the HGTD subdetector.
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.
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.