File indexing completed on 2024-04-06 12:10:51
0001 #include "FWCore/Framework/interface/Event.h"
0002 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0003 #include "EventFilter/L1TRawToDigi/plugins/PackerFactory.h"
0004
0005 #include "L1Trigger/L1TMuon/interface/MuonRawDigiTranslator.h"
0006 #include "GMTTokens.h"
0007 #include "IntermediateMuonPacker.h"
0008
0009 namespace l1t {
0010 namespace stage2 {
0011 Blocks IntermediateMuonPacker::pack(const edm::Event& event, const PackerTokens* toks) {
0012
0013
0014
0015
0016
0017
0018 Blocks blocks;
0019
0020 return blocks;
0021 }
0022 }
0023 }
0024
0025 DEFINE_L1T_PACKER(l1t::stage2::IntermediateMuonPacker);