Loading [MathJax]/jax/output/SVG/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
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
SCT3_RawData_p1.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
// D. Costanzo 23 Aug 2007
7
// SCT3 is used for M4, it needs a separate cnv as it contains a float[20]
8
//
9
#ifndef SCT3_RAWDATA_P1_H
10
#define SCT3_RAWDATA_P1_H
11
12
#include "Identifier/Identifier.h"
13
14
class
SCT3_RawData_p1
{
15
public
:
16
SCT3_RawData_p1
() =
default
;
17
// List of Cnv classes that convert this into Rdo objects
18
friend
class
SCT3_RawDataCnv_p1
;
19
private
:
20
Identifier32::value_type
m_rdoId
{0};
//Offline ID for readout channel
21
unsigned
int
m_word
{0};
// raw data word
22
float
m_errCH
[20]{};
23
};
24
25
#endif
SCT3_RawData_p1::SCT3_RawData_p1
SCT3_RawData_p1()=default
SCT3_RawData_p1::m_errCH
float m_errCH[20]
Definition:
SCT3_RawData_p1.h:22
SCT3_RawDataCnv_p1
Definition:
SCT3_RawDataCnv_p1.h:22
SCT3_RawData_p1
Definition:
SCT3_RawData_p1.h:14
SCT3_RawData_p1::m_rdoId
Identifier32::value_type m_rdoId
Definition:
SCT3_RawData_p1.h:20
Identifier32::value_type
unsigned int value_type
Definition:
Identifier32.h:28
SCT3_RawData_p1::m_word
unsigned int m_word
Definition:
SCT3_RawData_p1.h:21
Generated on Thu Mar 13 2025 21:17:43 for ATLAS Offline Software by
1.8.18