ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_Cluster_p1.h
Go to the documentation of this file.
1
9
10#ifndef HGTD_CLUSTER_P1_H
11#define HGTD_CLUSTER_P1_H
12
14#include "Identifier/Identifier.h"
16
18public:
19 typedef Identifier::value_type IdType_t;
20
22 friend class HGTD_ClusterCnv_p1;
23
24private:
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
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
std::vector< int > m_time_over_threshold
InDet::SiWidth_p2 m_width
std::vector< IdType_t > m_rdo_id_list
Identifier::value_type IdType_t
friend class HGTD_ClusterCnv_p1