CMS 3D CMS Logo

FedChannelDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FedChannelDigis = cms.EDProducer("SiStripRawToDigiModule",
00004     ProductLabel      = cms.untracked.string('source'),
00005     ProductInstance   = cms.untracked.string(''),
00006     CreateDigis       = cms.untracked.bool(True),
00007     AppendedBytes     = cms.untracked.int32(0),
00008     FedEventDumpFreq  = cms.untracked.int32(0),
00009     FedBufferDumpFreq = cms.untracked.int32(0),
00010     UseFedKey         = cms.untracked.bool(True),
00011     TriggerFedId      = cms.untracked.int32(-1),
00012     Quiet             = cms.untracked.bool(False)
00013 )
00014 

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