CMS 3D CMS Logo

gctDigiToRaw_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 gctDigiToRaw = cms.EDFilter("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 

Generated on Tue Jun 9 17:34:40 2009 for CMSSW by  doxygen 1.5.4