Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:41

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 spqhistory = cms.EDAnalyzer("SiPixelQualityHistory",
0004                             runProcess = cms.bool(False),
0005                             granularityMode=cms.untracked.uint32(2),  # 0 = Summary , 1= Module , 2= ROC
0006                             monitoredSiPixelQuality = cms.VPSet(
0007     cms.PSet( name = cms.string("Pixel"), spqLabel = cms.string(""))  # name= used in histos, ssqLabel= label of SiPixelQuality object
0008     )
0009 
0010                               )