ATLAS Offline Software
HGTD_Cluster_p1.h
Go to the documentation of this file.
1 
10 #ifndef HGTD_CLUSTER_P1_H
11 #define HGTD_CLUSTER_P1_H
12 
14 #include "Identifier/Identifier.h"
16 
18 public:
20 
22  friend class HGTD_ClusterCnv_p1;
23 
24 private:
26  std::vector<IdType_t> m_rdo_id_list;
29  float m_mat_00;
30  float m_mat_01;
31  float m_mat_11;
32  float m_time;
34  std::vector<int> m_time_over_threshold;
36 };
37 
38 #endif // HGTD_CLUSTER_P1_H
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
HGTD_Cluster_p1::m_clus_id
IdType_t m_clus_id
Definition: HGTD_Cluster_p1.h:25
HGTD_Cluster_p1::m_rdo_id_list
std::vector< IdType_t > m_rdo_id_list
Definition: HGTD_Cluster_p1.h:26
HGTD_Cluster_p1::IdType_t
Identifier::value_type IdType_t
Definition: HGTD_Cluster_p1.h:19
HGTD_Cluster.h
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration.
HGTD_Cluster_p1::m_time
float m_time
Definition: HGTD_Cluster_p1.h:32
HGTD_Cluster_p1::HGTD_Cluster_p1
HGTD_Cluster_p1()
Definition: HGTD_Cluster_p1.h:21
SiWidth_p2.h
InDet::SiWidth_p2
Definition: SiWidth_p2.h:22
HGTD_Cluster_p1::m_mat_11
float m_mat_11
Definition: HGTD_Cluster_p1.h:31
HGTD_Cluster_p1
Definition: HGTD_Cluster_p1.h:17
HGTD_Cluster_p1::m_local_pos_x
float m_local_pos_x
Definition: HGTD_Cluster_p1.h:27
HGTD_Cluster_p1::m_local_pos_y
float m_local_pos_y
Definition: HGTD_Cluster_p1.h:28
HGTD_Cluster_p1::m_mat_00
float m_mat_00
Definition: HGTD_Cluster_p1.h:29
HGTD_ClusterCnv_p1
Definition: HGTD_ClusterCnv_p1.h:26
HGTD_Cluster_p1::m_mat_01
float m_mat_01
Definition: HGTD_Cluster_p1.h:30
HGTD_Cluster_p1::m_width
InDet::SiWidth_p2 m_width
Definition: HGTD_Cluster_p1.h:35
HGTD_Cluster_p1::m_time_over_threshold
std::vector< int > m_time_over_threshold
Definition: HGTD_Cluster_p1.h:34
HGTD_Cluster_p1::m_time_resolution
float m_time_resolution
Definition: HGTD_Cluster_p1.h:33