ATLAS Offline Software
Loading...
Searching...
No Matches
PadClusterizationAlg.h
Go to the documentation of this file.
1
10
11#ifndef HGTD_RECALGS_PRDFORMATION_H
12#define HGTD_RECALGS_PRDFORMATION_H
13
15#include "GaudiKernel/ToolHandle.h"
16
24
25#include <string>
26
27class HGTD_ID;
28
29namespace HGTD {
30
32
33public:
34 PadClusterizationAlg(const std::string& name, ISvcLocator* pSvcLocator);
36 virtual StatusCode initialize() override final;
37 virtual StatusCode execute(const EventContext& ctx) const override final;
38
40 ToolHandle<IHGTD_PadClusterizationTool> m_clusterization_tool{this, "ClusterizationTool", "HGTD::SinglePadClusterTool", "Tool for translating HGTD_RDO objects into HGTD_PrepRawData clusters"};
41 ToolHandle<GenericMonitoringTool> m_monTool {this, "MonTool", "", "Monitoring tool"};
42
43 SG::ReadHandleKey<HGTD_RDO_Container> m_rdo_rh_key{this, "RDOContainerName", "HGTD_RDOs", "Name of the HGTD_RDO container"};
44 SG::ReadHandleKey<HGTD_ALTIROC_RDO_Container> m_altiroc_rdo_rh_key{this, "AltirocRDOContainerName", "HGTD_ALTIROC_RDOs", "Name of the HGTD_ALTIROC_RDO container"};
45 SG::WriteHandleKey<HGTD_ClusterContainer> m_prd_wh_key{this, "PRDContainerName", "HGTD_Clusters", "Name of the HGTD_Cluster container"};
46
47 BooleanProperty m_use_altiroc_rdo{this, "useALTIROC_RDO", false, "Use Altiroc RDO instead of standard"};
48
49 const HGTD_ID* m_hgtd_idhelper{nullptr};
50};
51
52} // namespace HGTD
53
54#endif // HGTD_RECALGS_PRDFORMATION_H
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.
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
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
PadClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< IHGTD_PadClusterizationTool > m_clusterization_tool
SG::ReadHandleKey< HGTD_ALTIROC_RDO_Container > m_altiroc_rdo_rh_key
ToolHandle< GenericMonitoringTool > m_monTool
This is an Identifier helper class for the HGTD subdetector.
Definition HGTD_ID.h:47
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.
#define private