Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
EventFilter
L1TRawToDigi
plugins
implementations_stage2
RegionalMuonGMTUnpacker.h
Go to the documentation of this file.
1
#ifndef L1T_PACKER_STAGE2_REGIONALMUONGMTUNPACKER_H
2
#define L1T_PACKER_STAGE2_REGIONALMUONGMTUNPACKER_H
3
4
#include "
EventFilter/L1TRawToDigi/interface/Unpacker.h
"
5
#include "
EventFilter/L1TRawToDigi/interface/Block.h
"
6
#include "
GMTCollections.h
"
7
8
namespace
l1t
{
9
namespace
stage2
{
10
class
RegionalMuonGMTUnpacker
:
public
Unpacker
{
11
public
:
12
bool
unpack
(
const
Block
&
block
,
UnpackerCollections
* coll)
override
;
13
void
setIsRun3
() {
isRun3_
=
true
; }
14
15
private
:
16
static
constexpr
unsigned
nWords_
= 6;
// every link transmits 6 words (3 muons) per bx
17
static
constexpr
unsigned
bxzs_enable_shift_
= 1;
18
19
bool
isRun3_
{
false
};
20
};
21
}
// namespace stage2
22
}
// namespace l1t
23
24
#endif
Block.h
l1t::stage2::RegionalMuonGMTUnpacker::isRun3_
bool isRun3_
Definition:
RegionalMuonGMTUnpacker.h:19
GMTCollections.h
l1t::stage2::RegionalMuonGMTUnpacker::nWords_
static constexpr unsigned nWords_
Definition:
RegionalMuonGMTUnpacker.h:16
l1t::stage2::RegionalMuonGMTUnpacker::bxzs_enable_shift_
static constexpr unsigned bxzs_enable_shift_
Definition:
RegionalMuonGMTUnpacker.h:17
l1t::Unpacker
Definition:
Unpacker.h:11
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::stage2::RegionalMuonGMTUnpacker::setIsRun3
void setIsRun3()
Definition:
RegionalMuonGMTUnpacker.h:13
groupFilesInBlocks.block
block
Definition:
groupFilesInBlocks.py:150
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:71
l1t::stage2::RegionalMuonGMTUnpacker::unpack
bool unpack(const Block &block, UnpackerCollections *coll) override
Definition:
RegionalMuonGMTUnpacker.cc:10
Unpacker.h
l1t::UnpackerCollections
Definition:
UnpackerCollections.h:9
l1t::stage2::RegionalMuonGMTUnpacker
Definition:
RegionalMuonGMTUnpacker.h:10
l1t::Block
Definition:
Block.h:70
Generated for CMSSW Reference Manual by
1.8.16