CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DPGAnalysis/SiStripTools/python/sistripqualityhistory_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ssqhistory = cms.EDAnalyzer("SiStripQualityHistory",
00004                                  granularityMode=cms.untracked.uint32(2),  # 1 = Module , 2= Fiber , 3= APV 
00005                                  monitoredSiStripQuality = cms.VPSet(
00006 #    cms.PSet( name = cms.string("Cabling"), ssqLabel = cms.string("onlyCabling")),  # name= used in histos, ssqLabel= label of SiStripQuality object
00007 #    cms.PSet( name = cms.string("RunInfo"), ssqLabel = cms.string("CablingRunInfo")),
00008 #    cms.PSet( name = cms.string("BadChannel"), ssqLabel = cms.string("BadChannel")),
00009 #    cms.PSet( name = cms.string("BadFiber"), ssqLabel = cms.string("BadFiber"))
00010     )
00011 
00012                               )