Loading [MathJax]/jax/input/TeX/config.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
w
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_Reconstruction
HGTD_RecEvent
HGTD_PrepRawData
src
HGTD_Cluster.cxx
Go to the documentation of this file.
1
10
#include "
HGTD_PrepRawData/HGTD_Cluster.h
"
11
12
#include <utility>
13
14
15
// Constructor for use from tp converter
16
HGTD_Cluster::HGTD_Cluster
(
const
Identifier
& rdo_id,
17
const
Amg::Vector2D
& loc_pos,
18
std::vector<Identifier>&& rdo_list,
19
const
InDet::SiWidth
&
width
,
20
const
InDetDD::SolidStateDetectorElementBase
* det_el,
21
Amg::MatrixX
&& loc_err_matx,
22
const
float
time_of_arrival,
23
const
float
time_of_arrival_err,
24
std::vector<int>&& time_over_threshold)
25
: PrepRawData(rdo_id, loc_pos, std::move(rdo_list), std::move(loc_err_matx)),
26
m_width(
width
),
27
m_det_el(det_el),
28
m_time(time_of_arrival),
29
m_time_resolution(time_of_arrival_err),
30
m_time_over_threshold(std::move(time_over_threshold)) {}
31
32
// Default constructor:
33
HGTD_Cluster::HGTD_Cluster
() : PrepRawData() {
34
m_det_el
=
nullptr
;
35
}
HGTD_Cluster::HGTD_Cluster
HGTD_Cluster()
Definition:
HGTD_Cluster.cxx:33
Amg::MatrixX
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Definition:
EventPrimitives.h:27
InDetDD::SolidStateDetectorElementBase
Definition:
SolidStateDetectorElementBase.h:132
Amg::Vector2D
Eigen::Matrix< double, 2, 1 > Vector2D
Definition:
GeoPrimitives.h:48
HGTD_Cluster.h
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration.
HGTD_Cluster::m_det_el
const InDetDD::SolidStateDetectorElementBase * m_det_el
Definition:
HGTD_Cluster.h:82
Base_Fragment.width
width
Definition:
Sherpa_i/share/common/Base_Fragment.py:59
InDet::SiWidth
Definition:
SiWidth.h:25
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sat May 10 2025 21:10:26 for ATLAS Offline Software by
1.8.18