CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiPixelMonitorCluster/python/SiPixelMonitorCluster_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiPixelClusterSource = cms.EDAnalyzer("SiPixelClusterSource",
00004     src = cms.InputTag("siPixelClusters"),
00005     outputFile = cms.string('Pixel_DQM_Cluster.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     smileyOn = cms.untracked.bool(True),
00019     bigEventSize = cms.untracked.int32(100)
00020 )
00021