Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 l1GctHwDigis = cms.EDProducer("GctRawToDigi",
00004 inputLabel = cms.InputTag("source"),
00005 gctFedId = cms.untracked.int32(745),
00006 hltMode = cms.bool(False),
00007 numberOfGctSamplesToUnpack = cms.uint32(1),
00008 numberOfRctSamplesToUnpack = cms.uint32(1),
00009 unpackSharedRegions = cms.bool(False),
00010 unpackerVersion = cms.uint32(0),
00011 verbose = cms.untracked.bool(False)
00012 )
00013
00014
00015
00016
00017
00018
00019
00020
00021