CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiPixelMonitorRecHit/python/SiPixelMonitorRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiPixelRecHitSource = cms.EDAnalyzer("SiPixelRecHitSource",
00004     src = cms.InputTag("siPixelRecHits"),
00005     outputFile = cms.string('Pixel_DQM_RecHits.root'),
00006     saveFile = cms.untracked.bool(False),
00007     slowDown = cms.untracked.bool(False),
00008     isPIB = cms.untracked.bool(False),
00009     modOn = cms.untracked.bool(True),
00010     twoDimOn = cms.untracked.bool(True),                            
00011     reducedSet = cms.untracked.bool(True),      
00012     ladOn = cms.untracked.bool(False),
00013     layOn = cms.untracked.bool(False),
00014     phiOn = cms.untracked.bool(False),
00015     ringOn = cms.untracked.bool(False),
00016     bladeOn = cms.untracked.bool(False),
00017     diskOn = cms.untracked.bool(False)
00018 )