CMS 3D CMS Logo

SiPixelMonitorCluster_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiPixelClusterSource = cms.EDFilter("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 )
00019 

Generated on Tue Jun 9 17:33:22 2009 for CMSSW by  doxygen 1.5.4