Main Page
Namespaces
Classes
Package Documentation
EventFilter
L1TRawToDigi
plugins
implementations_stage2
IntermediateMuonPacker.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/Event.h
"
2
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
3
#include "
EventFilter/L1TRawToDigi/plugins/PackerFactory.h
"
4
5
#include "
L1Trigger/L1TMuon/interface/MuonRawDigiTranslator.h
"
6
#include "
GMTTokens.h
"
7
#include "
IntermediateMuonPacker.h
"
8
9
namespace
l1t
{
10
namespace
stage2 {
11
Blocks
12
IntermediateMuonPacker::pack
(
const
edm::Event
&
event
,
const
PackerTokens
* toks)
13
{
14
15
//auto imdBmtfToken = static_cast<const GMTTokens*>(toks)->getImdMuonTokenBMTF();
16
//auto imdOmtfNegToken = static_cast<const GMTTokens*>(toks)->getImdMuonTokenOMTFNeg();
17
//auto imdOmtfPosToken = static_cast<const GMTTokens*>(toks)->getImdMuonTokenOMTFPos();
18
//auto imdEmtfNegToken = static_cast<const GMTTokens*>(toks)->getImdMuonTokenEMTFNeg();
19
//auto imdEmtfPosToken = static_cast<const GMTTokens*>(toks)->getImdMuonTokenEMTFPos();
20
21
Blocks
blocks
;
22
23
return
blocks
;
24
}
25
}
26
}
27
28
DEFINE_L1T_PACKER
(
l1t::stage2::IntermediateMuonPacker
);
MessageLogger.h
GMTTokens.h
Event.h
IntermediateMuonPacker.h
l1t
delete x;
Definition:
CaloConfig.h:22
MuonRawDigiTranslator.h
gather_cfg.blocks
blocks
Definition:
gather_cfg.py:90
l1t::Blocks
std::vector< Block > Blocks
Definition:
Block.h:72
DEFINE_L1T_PACKER
#define DEFINE_L1T_PACKER(type)
Definition:
PackerFactory.h:22
l1t::stage2::IntermediateMuonPacker::pack
virtual Blocks pack(const edm::Event &, const PackerTokens *) override
Definition:
IntermediateMuonPacker.cc:12
l1t::PackerTokens
Definition:
PackerTokens.h:10
l1t::stage2::IntermediateMuonPacker
Definition:
IntermediateMuonPacker.h:8
edm::Event
Definition:
Event.h:66
PackerFactory.h
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11