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
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
+
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
c
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
src
EventFilter
L1TRawToDigi
plugins
implementations_stage2
BMTFPackerOutput.h
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/Event.h
"
2
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
3
4
#include "
EventFilter/L1TRawToDigi/interface/Packer.h
"
5
#include "
EventFilter/L1TRawToDigi/plugins/PackerFactory.h
"
6
7
#include "
L1Trigger/L1TMuon/interface/RegionalMuonRawDigiTranslator.h
"
8
#include "
BMTFTokens.h
"
9
10
namespace
l1t
{
11
namespace
stage2
{
12
class
BMTFPackerOutput
:
public
Packer
{
13
public
:
14
Blocks
pack
(
const
edm::Event
&,
const
PackerTokens
*)
override
;
15
void
setKalmanAlgoTrue
() {
isKalman_
=
true
; };
16
17
private
:
18
std::map<unsigned int, std::vector<uint32_t> >
payloadMap_
;
19
20
bool
isKalman_
{
false
};
21
};
22
}
// namespace stage2
23
}
// namespace l1t
l1t::stage2::BMTFPackerOutput::setKalmanAlgoTrue
void setKalmanAlgoTrue()
Definition:
BMTFPackerOutput.h:15
MessageLogger.h
Event.h
l1t::stage2::BMTFPackerOutput::pack
Blocks pack(const edm::Event &, const PackerTokens *) override
Definition:
BMTFPackerOutput.cc:7
RegionalMuonRawDigiTranslator.h
l1t
delete x;
Definition:
CaloConfig.h:22
BMTFTokens.h
l1t::Packer
Definition:
Packer.h:14
l1t::Blocks
std::vector< Block > Blocks
Definition:
Block.h:99
l1t::stage2::BMTFPackerOutput::isKalman_
bool isKalman_
Definition:
BMTFPackerOutput.h:20
l1t::stage2::BMTFPackerOutput
Definition:
BMTFPackerOutput.h:12
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:74
l1t::PackerTokens
Definition:
PackerTokens.h:10
l1t::stage2::BMTFPackerOutput::payloadMap_
std::map< unsigned int, std::vector< uint32_t > > payloadMap_
Definition:
BMTFPackerOutput.h:15
Packer.h
edm::Event
Definition:
Event.h:73
PackerFactory.h
Generated for CMSSW Reference Manual by
1.8.14