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
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_RDO_Container_p1.h
Go to the documentation of this file.
1
9
#ifndef HGTD_RDO_CONTAINER_P1_H
10
#define HGTD_RDO_CONTAINER_P1_H
11
12
#include "
HGTD_EventTPCnv/HGTD_RDO_Collection_p1.h
"
13
#include "
HGTD_EventTPCnv/HGTD_RDO_p1.h
"
14
#include <string>
15
#include <vector>
16
17
class
HGTD_RDO_Container_p1
{
18
public
:
20
HGTD_RDO_Container_p1
() =
default
;
21
22
// holds information to restore the individual collections from the flattened
23
// list of persistified clusters
24
std::vector<HGTD_RDO_Collection_p1>
m_collection_separator
;
25
26
std::vector<HGTD_RDO_p1>
m_rdo_list
;
27
};
28
29
#endif
HGTD_RDO_Container_p1
Definition:
HGTD_RDO_Container_p1.h:17
HGTD_RDO_Container_p1::m_collection_separator
std::vector< HGTD_RDO_Collection_p1 > m_collection_separator
Definition:
HGTD_RDO_Container_p1.h:24
HGTD_RDO_Collection_p1.h
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_p1.h
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_Container_p1::HGTD_RDO_Container_p1
HGTD_RDO_Container_p1()=default
Default constructor.
HGTD_RDO_Container_p1::m_rdo_list
std::vector< HGTD_RDO_p1 > m_rdo_list
Definition:
HGTD_RDO_Container_p1.h:26
Generated on Wed Apr 23 2025 21:11:42 for ATLAS Offline Software by
1.8.18