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
Trigger
TrigEvent
TrigSteeringEventTPCnv
TrigSteeringEventTPCnv
TrigRoiDescriptor_p3.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigSteeringEventTPCnv
8
* @class : TrigRoiDescriptor_p3
9
*
10
* @brief persistent partner for TrigRoiDescriptor
11
**********************************************************************************/
12
#ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
13
#define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
14
15
16
class
TrigRoiDescriptor_p3
17
{
18
public
:
19
20
TrigRoiDescriptor_p3
() {}
21
friend
class
TrigRoiDescriptorCnv_p3
;
22
23
private
:
24
float
geom
[9]{};
25
26
unsigned
ids
[2]{};
27
28
bool
fullscan
=
false
;
29
30
std::vector< std::vector<float> >
rois
;
31
32
/* unsigned int m_roiId; */
33
/* unsigned int m_roiWord; */
34
};
35
36
#endif
TrigRoiDescriptor_p3::TrigRoiDescriptor_p3
TrigRoiDescriptor_p3()
Definition:
TrigRoiDescriptor_p3.h:26
TrigRoiDescriptor_p3::fullscan
bool fullscan
Definition:
TrigRoiDescriptor_p3.h:34
TrigRoiDescriptor_p3::geom
float geom[9]
Definition:
TrigRoiDescriptor_p3.h:30
TrigRoiDescriptor_p3
Definition:
TrigRoiDescriptor_p3.h:17
TrigRoiDescriptor_p3::rois
std::vector< std::vector< float > > rois
Definition:
TrigRoiDescriptor_p3.h:36
TrigRoiDescriptorCnv_p3
Definition:
TrigRoiDescriptorCnv_p3.h:28
TrigRoiDescriptor_p3::ids
unsigned ids[2]
Definition:
TrigRoiDescriptor_p3.h:32
Generated on Tue Apr 1 2025 21:21:48 for ATLAS Offline Software by
1.8.18