CMS 3D CMS Logo

l1tRawtoDigiBMTF_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 print "\n!!!!! EventFilter/L1TRawToDigi/python/l1tRawtoDigiBMTF_cfi.py will be depricated soon. Please migrate to using the unpacker EventFilter/L1TRawToDigi/python/bmtfDigis_cfi. !!!!!\n"
4 
5 
6 BMTFStage2Digis = cms.EDProducer(
7  "L1TRawToDigi",
8  Setup = cms.string("stage2::BMTFSetup"),
9  InputLabel = cms.InputTag("rawDataCollector"),
10  FedIds = cms.vint32(1376,1377),
11  FWId = cms.uint32(1),
12  lenSlinkHeader = cms.untracked.int32(8),
13  lenSlinkTrailer = cms.untracked.int32(8),
14  lenAMCHeader = cms.untracked.int32(8),
15  lenAMCTrailer = cms.untracked.int32(0),
16  lenAMC13Header = cms.untracked.int32(8),
17  lenAMC13Trailer = cms.untracked.int32(8)
18 )