![]() |
![]() |
Variables | |
tuple | spqhistory |
00001 cms.EDAnalyzer("SiPixelQualityHistory", 00002 runProcess = cms.bool(False), 00003 granularityMode=cms.untracked.uint32(2), # 0 = Summary , 1= Module , 2= ROC 00004 monitoredSiPixelQuality = cms.VPSet( 00005 cms.PSet( name = cms.string("Pixel"), spqLabel = cms.string("")) # name= used in histos, ssqLabel= label of SiPixelQuality object 00006 ) 00007 00008 )
Definition at line 3 of file sipixelqualityhistory_cfi.py.