CMS 3D CMS Logo

HcalRawToDigi_mtcc_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hcalDigis = cms.EDFilter("HcalRawToDigi",
00004     FilterDataQuality = cms.bool(True),
00005     lastSample = cms.int32(9),
00006     InputLabel = cms.InputTag("source"),
00007     ComplainEmptyData = cms.untracked.bool(False),
00008     UnpackCalib = cms.untracked.bool(False),
00009     ExceptionEmptyData = cms.untracked.bool(False),
00010     firstSample = cms.int32(0)
00011 )
00012 
00013 

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