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
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
InDetRawDataContainer_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETRAWDATACONTAINER_P3_H
6
#define INDETRAWDATACONTAINER_P3_H
7
8
/*
9
For the TRT, the channel Ids are dropped from the persistent container and so
10
the p2 version "std::vector<InDetRawData_p2> m_rawdata;" is replaced with
11
the p3 version "std::vector<unsigned int> m_rawdata;".
12
*/
13
14
#include <vector>
15
#include <string>
16
#include "
InDetEventAthenaPool/InDetRawDataCollection_p1.h
"
17
18
class
InDetRawDataContainer_p3
19
{
20
public
:
22
InDetRawDataContainer_p3
();
23
friend
class
TRT_LoLumRawDataContainerCnv_p3
;
24
private
:
25
std::vector<InDetRawDataCollection_p1>
m_collections
;
26
std::vector<unsigned int>
m_rawdata
;
27
};
28
29
// inlines
30
inline
31
InDetRawDataContainer_p3::InDetRawDataContainer_p3
() {}
32
33
#endif
InDetRawDataContainer_p3
Definition:
InDetRawDataContainer_p3.h:19
InDetRawDataContainer_p3::m_collections
std::vector< InDetRawDataCollection_p1 > m_collections
Definition:
InDetRawDataContainer_p3.h:25
TRT_LoLumRawDataContainerCnv_p3
Definition:
TRT_LoLumRawDataContainerCnv_p3.h:26
InDetRawDataContainer_p3::m_rawdata
std::vector< unsigned int > m_rawdata
Definition:
InDetRawDataContainer_p3.h:26
InDetRawDataContainer_p3::InDetRawDataContainer_p3
InDetRawDataContainer_p3()
Default constructor.
Definition:
InDetRawDataContainer_p3.h:31
InDetRawDataCollection_p1.h
Generated on Sun Apr 27 2025 21:12:05 for ATLAS Offline Software by
1.8.18