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
Trigger
TrigT1
TrigT1CaloByteStream
src
L1CaloUserHeader.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#include "
L1CaloUserHeader.h
"
7
8
namespace
LVL1BS
{
9
10
// Static constant definitions
11
12
const
int
L1CaloUserHeader::s_jepCmmBit
;
13
//const int L1CaloUserHeader::s_cpCmmBit;
14
const
int
L1CaloUserHeader::s_jemBit
;
15
const
int
L1CaloUserHeader::s_cpmBit
;
16
const
int
L1CaloUserHeader::s_ppmLutBit
;
17
const
int
L1CaloUserHeader::s_ppmFadcBit
;
18
const
int
L1CaloUserHeader::s_lowerBoundBit
;
19
const
int
L1CaloUserHeader::s_ppmLutBitV2
;
20
const
int
L1CaloUserHeader::s_ppmFadcBitV2
;
21
const
uint32_t
L1CaloUserHeader::s_mask
;
22
const
uint32_t
L1CaloUserHeader::s_lowerBoundMask
;
23
const
uint32_t
L1CaloUserHeader::s_ppmLutMaskV2
;
24
const
uint32_t
L1CaloUserHeader::s_ppmFadcMaskV2
;
25
const
int
L1CaloUserHeader::s_version1
;
26
27
// Constructor
28
29
L1CaloUserHeader::L1CaloUserHeader
(
uint32_t
header
) : m_header(
header
),
30
m_version2(true)
31
{
32
}
33
34
// Test for valid header word
35
36
bool
L1CaloUserHeader::isValid
(
const
uint32_t
word)
37
{
38
return
((word >>
s_wordIdBit
) &
s_mask
) ==
s_mask
;
39
}
40
41
}
// end namespace
header
Definition:
hcg.cxx:526
LVL1BS::L1CaloUserHeader::s_ppmLutBitV2
static const int s_ppmLutBitV2
Definition:
L1CaloUserHeader.h:72
LVL1BS::L1CaloUserHeader::s_ppmLutBit
static const int s_ppmLutBit
Definition:
L1CaloUserHeader.h:68
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
L1CaloUserHeader.h
LVL1BS::L1CaloUserHeader::s_ppmFadcBitV2
static const int s_ppmFadcBitV2
Definition:
L1CaloUserHeader.h:73
LVL1BS::L1CaloUserHeader::s_ppmFadcMaskV2
static const uint32_t s_ppmFadcMaskV2
Definition:
L1CaloUserHeader.h:79
LVL1BS::L1CaloUserHeader::s_lowerBoundMask
static const uint32_t s_lowerBoundMask
Definition:
L1CaloUserHeader.h:77
LVL1BS::L1CaloUserHeader::s_mask
static const uint32_t s_mask
Field mask.
Definition:
L1CaloUserHeader.h:75
LVL1BS::L1CaloUserHeader::s_ppmLutMaskV2
static const uint32_t s_ppmLutMaskV2
Definition:
L1CaloUserHeader.h:78
LVL1BS::L1CaloUserHeader::s_lowerBoundBit
static const int s_lowerBoundBit
Definition:
L1CaloUserHeader.h:71
LVL1BS::L1CaloUserHeader::s_cpmBit
static const int s_cpmBit
Definition:
L1CaloUserHeader.h:67
LVL1BS::L1CaloUserHeader::s_ppmFadcBit
static const int s_ppmFadcBit
Definition:
L1CaloUserHeader.h:69
LVL1BS::L1CaloUserHeader::L1CaloUserHeader
L1CaloUserHeader(uint32_t header=0xf0000001)
Constructor - default just sets word ID and number of header words.
Definition:
L1CaloUserHeader.cxx:29
LVL1BS
Definition:
ZdcModifySlices.h:10
LVL1BS::L1CaloUserHeader::s_jemBit
static const int s_jemBit
Definition:
L1CaloUserHeader.h:66
LVL1BS::L1CaloUserHeader::s_jepCmmBit
static const int s_jepCmmBit
Definition:
L1CaloUserHeader.h:64
LVL1BS::L1CaloUserHeader::s_version1
static const int s_version1
Version 1 minor format version number.
Definition:
L1CaloUserHeader.h:81
LVL1BS::L1CaloUserHeader::s_wordIdBit
static const int s_wordIdBit
Definition:
L1CaloUserHeader.h:63
LVL1BS::L1CaloUserHeader::isValid
static bool isValid(uint32_t word)
Test for valid header word.
Definition:
L1CaloUserHeader.cxx:36
Generated on Mon Apr 21 2025 21:13:23 for ATLAS Offline Software by
1.8.18