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
23
24#include <string>
25
26class HGTD_ID;
27
28namespace HGTD {
29
31
32public:
33 PadClusterizationAlg(const std::string& name, ISvcLocator* pSvcLocator);
35 virtual StatusCode initialize() override final;
36 virtual StatusCode execute(const EventContext& ctx) const override final;
37
39 ToolHandle<IHGTD_PadClusterizationTool> m_clusterization_tool{this, "ClusterizationTool", "HGTD::SinglePadClusterTool", "Tool for translating HGTD_RDO objects into HGTD_PrepRawData clusters"};
40 ToolHandle<GenericMonitoringTool> m_monTool {this, "MonTool", "", "Monitoring tool"};
41
42 SG::ReadHandleKey<HGTD_RDO_Container> m_rdo_rh_key{this, "RDOContainerName", "HGTD_RDOs", "Name of the HGTD_RDO container"};
43 SG::WriteHandleKey<HGTD_ClusterContainer> m_prd_wh_key{this, "PRDContainerName", "HGTD_Clusters", "Name of the HGTD_Cluster container"};
44
45 const HGTD_ID* m_hgtd_idhelper{nullptr};
46};
47
48} // namespace HGTD
49
50#endif // HGTD_RECALGS_PRDFORMATION_H
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
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