ATLAS Offline Software
Tracking
Acts
ActsDataPreparation
src
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
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
ActsToolInterfaces/IHGTDClusteringTool.h
"
10
11
#include "
HGTD_Identifier/HGTD_ID.h
"
12
#include "
HGTD_ReadoutGeometry/HGTD_DetectorManager.h
"
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
EventContext& ctx,
25
const
RawDataCollection& RDOs,
26
ClusterContainer& container)
const override
;
27
28
private
:
29
const
HGTD_DetectorManager
*
m_hgtd_det_mgr
{
nullptr
};
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
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:221
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::HgtdClusteringTool::clusterize
virtual StatusCode clusterize(const EventContext &ctx, const RawDataCollection &RDOs, ClusterContainer &container) const override
Definition:
HgtdClusteringTool.cxx:24
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:49
Generated on Thu Nov 7 2024 21:16:14 for ATLAS Offline Software by
1.8.18