Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DPGAnalysis
SiStripTools
python
sistripqualityhistory_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
ssqhistory = cms.EDAnalyzer(
"SiStripQualityHistory"
,
4
runProcess = cms.bool(
False
),
5
granularityMode=cms.untracked.uint32(2),
# 0 = Module , 1= Fiber , 2= APV, 3=Strip
6
monitoredSiStripQuality = cms.VPSet(
7
# cms.PSet( name = cms.string("Cabling"), ssqLabel = cms.string("onlyCabling")), # name= used in histos, ssqLabel= label of SiStripQuality object
8
# cms.PSet( name = cms.string("RunInfo"), ssqLabel = cms.string("CablingRunInfo")),
9
# cms.PSet( name = cms.string("BadChannel"), ssqLabel = cms.string("BadChannel")),
10
# cms.PSet( name = cms.string("BadFiber"), ssqLabel = cms.string("BadFiber"))
11
)
12
13
)
Generated for CMSSW Reference Manual by
1.8.5