|
||||
File indexing completed on 2024-04-06 12:06:41
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ssqhistory = cms.EDAnalyzer("SiStripQualityHistory", 0004 runProcess = cms.bool(False), 0005 granularityMode=cms.untracked.uint32(2), # 0 = Module , 1= Fiber , 2= APV, 3=Strip 0006 monitoredSiStripQuality = cms.VPSet( 0007 # cms.PSet( name = cms.string("Cabling"), ssqLabel = cms.string("onlyCabling")), # name= used in histos, ssqLabel= label of SiStripQuality object 0008 # cms.PSet( name = cms.string("RunInfo"), ssqLabel = cms.string("CablingRunInfo")), 0009 # cms.PSet( name = cms.string("BadChannel"), ssqLabel = cms.string("BadChannel")), 0010 # cms.PSet( name = cms.string("BadFiber"), ssqLabel = cms.string("BadFiber")) 0011 ) 0012 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |