CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DQM/SiPixelMonitorRawData/python/SiPixelMonitorRawData_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiPixelRawDataErrorSource = cms.EDAnalyzer("SiPixelRawDataErrorSource",
00004     src = cms.InputTag("siPixelDigis"),
00005     outputFile = cms.string('Pixel_DQM_Error.root'),
00006     saveFile = cms.untracked.bool(False),
00007     isPIB = cms.untracked.bool(False),
00008     slowDown = cms.untracked.bool(False),
00009     reducedSet = cms.untracked.bool(False),
00010     modOn = cms.untracked.bool(True),
00011     ladOn = cms.untracked.bool(False),
00012     bladeOn = cms.untracked.bool(False)
00013 )
00014 
00015