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
ForwardDetectors
ALFA
ALFA_EventCnv
ALFA_EventTPCnv
ALFA_EventTPCnv
ALFA_RawData_p1.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 ALFA_RAWDATA_P1_H
6
#define ALFA_RAWDATA_P1_H
7
8
#include <inttypes.h>
9
10
#include<stdint.h>
11
#include<vector>
12
#include <iostream>
13
14
class
ALFA_RawData_p1
{
15
16
private
:
17
18
// Data info TSM:
19
uint16_t
WordId
;
20
uint16_t
PMFId
;
21
uint16_t
MBId
;
22
uint32_t
EventCount
;
23
std::vector<uint16_t>
m_MarocChan
;
// sostituisce il p_hit di prima
24
25
bool
m_error_bit17
;
26
27
// All the datawords (no headers and footers) coming from this channel
28
// to be decoded on demand using ALFA_ReadOut methods
29
std::vector<uint32_t>
m_dataWords
;
30
31
32
public
:
33
34
friend
class
ALFA_RawDataCnv_p1
;
35
36
37
ALFA_RawData_p1
():
38
39
WordId
(0),
40
PMFId
(0),
41
MBId
(0),
42
EventCount
(0),
43
m_error_bit17
(0)
44
{}
45
46
47
};
48
49
#endif
ALFA_RawData_p1
Definition:
ALFA_RawData_p1.h:14
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
ALFA_RawData_p1::m_dataWords
std::vector< uint32_t > m_dataWords
Definition:
ALFA_RawData_p1.h:29
ALFA_RawData_p1::m_error_bit17
bool m_error_bit17
Definition:
ALFA_RawData_p1.h:25
ALFA_RawData_p1::EventCount
uint32_t EventCount
Definition:
ALFA_RawData_p1.h:22
ALFA_RawData_p1::MBId
uint16_t MBId
Definition:
ALFA_RawData_p1.h:21
ALFA_RawData_p1::PMFId
uint16_t PMFId
Definition:
ALFA_RawData_p1.h:20
xAOD::uint16_t
setWord1 uint16_t
Definition:
eFexEMRoI_v1.cxx:93
ALFA_RawData_p1::m_MarocChan
std::vector< uint16_t > m_MarocChan
Definition:
ALFA_RawData_p1.h:23
ALFA_RawData_p1::WordId
uint16_t WordId
Definition:
ALFA_RawData_p1.h:19
ALFA_RawDataCnv_p1
Definition:
ALFA_RawDataCnv_p1.h:14
ALFA_RawData_p1::ALFA_RawData_p1
ALFA_RawData_p1()
Definition:
ALFA_RawData_p1.h:37
Generated on Sat Apr 5 2025 21:07:05 for ATLAS Offline Software by
1.8.18