CMS 3D CMS Logo

dtPacker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dtpacker = cms.EDFilter("DTDigiToRawModule",
00004     useStandardFEDid = cms.untracked.bool(False),
00005     debugMode = cms.untracked.bool(False),
00006     digibytype = cms.untracked.bool(True),
00007     minFEDid = cms.untracked.int32(771),
00008     maxFEDid = cms.untracked.int32(775)
00009 )
00010 
00011 

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