Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
HighGranularityTimingDetector
HGTD_EventCnv
HGTD_EventTPCnv
HGTD_EventTPCnv
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
13
#include "
HGTD_PrepRawData/HGTD_Cluster.h
"
14
#include "Identifier/Identifier.h"
15
#include "
InDetEventTPCnv/InDetPrepRawData/SiWidth_p2.h
"
16
17
class
HGTD_Cluster_p1
{
18
public
:
19
typedef
Identifier::value_type
IdType_t
;
20
21
HGTD_Cluster_p1
() {}
22
friend
class
HGTD_ClusterCnv_p1
;
23
24
private
:
25
IdType_t
m_clus_id
{};
26
std::vector<IdType_t>
m_rdo_id_list
;
27
float
m_local_pos_x
{};
28
float
m_local_pos_y
{};
29
float
m_mat_00
{};
30
float
m_mat_01
{};
31
float
m_mat_11
{};
32
float
m_time
{};
33
float
m_time_resolution
{};
34
std::vector<int>
m_time_over_threshold
;
35
InDet::SiWidth_p2
m_width
;
36
};
37
38
#endif // HGTD_CLUSTER_P1_H
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
Identifier::value_type
unsigned long long value_type
Definition:
DetectorDescription/Identifier/Identifier/Identifier.h:27
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
Generated on Mon Apr 21 2025 21:11:28 for ATLAS Offline Software by
1.8.18