Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from L1Trigger.CSCCommonTrigger.CSCCommonTrigger_cfi import *
00004 CSCTFUnpacker = cms.EDProducer("CSCTFUnpacker",
00005 CSCCommonTrigger,
00006
00007
00008 slot2sector = cms.vint32(0, 0, 0, 0, 0,
00009 0, 0, 0, 0, 0,
00010 0, 0, 0, 0, 0,
00011 0, 0, 0, 0, 0,
00012 0, 0),
00013
00014 mappingFile = cms.string(''),
00015
00016 swapME1strips = cms.bool(False),
00017
00018
00019
00020
00021 producer = cms.InputTag("source")
00022 )
00023
00024