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
InDetRawData_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETRAWDATA_P2_H
6
#define INDETRAWDATA_P2_H
7
8
#include "Identifier/Identifier.h"
9
10
class
InDetRawData_p2
{
11
public
:
12
InDetRawData_p2
():
m_rdoId
(0),
m_word
(0) {};
13
// List of Cnv classes that convert this into Rdo objects
14
friend
class
TRT_LoLumRawDataCnv_p2
;
15
friend
class
SCT1_RawDataCnv_p2
;
16
friend
class
Pixel1RawDataCnv_p2
;
17
private
:
18
Identifier::value_type
m_rdoId
;
//Offline ID for readout channel
19
unsigned
int
m_word
;
// raw data word
20
};
21
22
#endif
InDetRawData_p2::m_rdoId
Identifier::value_type m_rdoId
Definition:
InDetRawData_p2.h:18
InDetRawData_p2::InDetRawData_p2
InDetRawData_p2()
Definition:
InDetRawData_p2.h:12
InDetRawData_p2::m_word
unsigned int m_word
Definition:
InDetRawData_p2.h:19
TRT_LoLumRawDataCnv_p2
Definition:
TRT_LoLumRawDataCnv_p2.h:22
InDetRawData_p2
Definition:
InDetRawData_p2.h:10
Pixel1RawDataCnv_p2
Definition:
Pixel1RawDataCnv_p2.h:22
Identifier::value_type
unsigned long long value_type
Definition:
DetectorDescription/Identifier/Identifier/Identifier.h:27
SCT1_RawDataCnv_p2
Definition:
SCT1_RawDataCnv_p2.h:22
Generated on Fri Mar 14 2025 21:12:01 for ATLAS Offline Software by
1.8.18