ATLAS Offline Software
HgtdClusteringTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTRK_DATAPREPARATION_HGTD_CLUSTERING_TOOL_H
6 #define ACTSTRK_DATAPREPARATION_HGTD_CLUSTERING_TOOL_H
7 
10 
13 
14 namespace ActsTrk {
15 
16 class HgtdClusteringTool : public extends<AthAlgTool, IHGTDClusteringTool> {
17 public:
18  HgtdClusteringTool(const std::string& type,
19  const std::string& name,
20  const IInterface* parent);
21 
22  virtual StatusCode initialize() override;
23 
24  virtual StatusCode clusterize(const RawDataCollection& RDOs,
25  const EventContext& ctx,
26  ClusterContainer& container) const override;
27 
28 private:
30 
31 };
32 
33 }
34 
35 #endif
36 
ActsTrk::HgtdClusteringTool::m_hgtd_det_mgr
const HGTD_DetectorManager * m_hgtd_det_mgr
Definition: HgtdClusteringTool.h:29
HGTD_DetectorManager.h
IHGTDClusteringTool.h
ActsTrk::HgtdClusteringTool::clusterize
virtual StatusCode clusterize(const RawDataCollection &RDOs, const EventContext &ctx, ClusterContainer &container) const override
Definition: HgtdClusteringTool.cxx:24
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ActsTrk::HgtdClusteringTool
Definition: HgtdClusteringTool.h:16
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ActsTrk::HgtdClusteringTool::HgtdClusteringTool
HgtdClusteringTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: HgtdClusteringTool.cxx:10
HGTD_ID.h
ActsTrk::HgtdClusteringTool::initialize
virtual StatusCode initialize() override
Definition: HgtdClusteringTool.cxx:16
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
HGTD_DetectorManager
Definition: HGTD_DetectorManager.h:33
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34