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
w
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
ZDC
ZdcCnv
ZdcByteStream
src
ZdcUserHeader.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
#include "
ZdcByteStream/ZdcUserHeader.h
"
16
17
// Static constant definitions
18
19
//const int ZdcUserHeader::s_jepCmmBit;
20
//const int ZdcUserHeader::s_cpCmmBit;
21
//const int ZdcUserHeader::s_jemBit;
22
//const int ZdcUserHeader::s_cpmBit;
23
const
int
ZdcUserHeader::s_ppmLutBit
;
24
const
int
ZdcUserHeader::s_ppmFadcBit
;
25
const
int
ZdcUserHeader::s_lowerBoundBit
;
26
const
int
ZdcUserHeader::s_ppmLutBitV2
;
27
const
int
ZdcUserHeader::s_ppmFadcBitV2
;
28
const
uint32_t
ZdcUserHeader::s_mask
;
29
const
uint32_t
ZdcUserHeader::s_lowerBoundMask
;
30
const
uint32_t
ZdcUserHeader::s_ppmLutMaskV2
;
31
const
uint32_t
ZdcUserHeader::s_ppmFadcMaskV2
;
32
const
int
ZdcUserHeader::s_version1
;
33
34
// Constructor
35
36
ZdcUserHeader::ZdcUserHeader
(
uint32_t
header
) : m_header(
header
),
37
m_version2(true)
38
{
39
}
40
41
// Test for valid header word
42
43
bool
ZdcUserHeader::isValid
(
const
uint32_t
word)
44
{
45
return
((word >>
s_wordIdBit
) &
s_mask
) ==
s_mask
;
46
}
47
ZdcUserHeader::s_version1
static const int s_version1
Version 1 minor format version number.
Definition:
ZdcUserHeader.h:73
ZdcUserHeader::s_lowerBoundMask
static const uint32_t s_lowerBoundMask
Definition:
ZdcUserHeader.h:69
header
Definition:
hcg.cxx:526
ZdcUserHeader::s_ppmFadcMaskV2
static const uint32_t s_ppmFadcMaskV2
Definition:
ZdcUserHeader.h:71
ZdcUserHeader.h
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
ZdcUserHeader::s_mask
static const uint32_t s_mask
Field mask.
Definition:
ZdcUserHeader.h:67
ZdcUserHeader::s_ppmFadcBit
static const int s_ppmFadcBit
Definition:
ZdcUserHeader.h:61
ZdcUserHeader::s_ppmFadcBitV2
static const int s_ppmFadcBitV2
Definition:
ZdcUserHeader.h:65
ZdcUserHeader::s_ppmLutBit
static const int s_ppmLutBit
ZdcUserHeader.
Definition:
ZdcUserHeader.h:60
ZdcUserHeader::s_wordIdBit
static const int s_wordIdBit
Definition:
ZdcUserHeader.h:59
ZdcUserHeader::isValid
static bool isValid(uint32_t word)
Test for valid header word.
Definition:
ZdcUserHeader.cxx:43
ZdcUserHeader::s_lowerBoundBit
static const int s_lowerBoundBit
Definition:
ZdcUserHeader.h:63
ZdcUserHeader::s_ppmLutBitV2
static const int s_ppmLutBitV2
Definition:
ZdcUserHeader.h:64
ZdcUserHeader::ZdcUserHeader
ZdcUserHeader(uint32_t header=0xf0000001)
Constructor - default just sets word ID and number of header words.
Definition:
ZdcUserHeader.cxx:36
ZdcUserHeader::s_ppmLutMaskV2
static const uint32_t s_ppmLutMaskV2
Definition:
ZdcUserHeader.h:70
Generated on Sun May 11 2025 21:23:02 for ATLAS Offline Software by
1.8.18