CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/EventFilter/GctRawToDigi/python/gctDigiToRaw_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 GctDigiToRaw = cms.EDProducer("GctDigiToRaw",
00004     verbose = cms.untracked.bool(False),
00005     packRctCalo = cms.untracked.bool(True),
00006     gctFedId = cms.int32(745),
00007     packRctEm = cms.untracked.bool(True),
00008     rctInputLabel = cms.InputTag("simRctDigis"),
00009     gctInputLabel = cms.InputTag("simGctDigis")
00010 )
00011 
00012