Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DPGAnalysis
SiStripTools
python
sipixelqualityhistory_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
spqhistory = cms.EDAnalyzer(
"SiPixelQualityHistory"
,
4
runProcess = cms.bool(
False
),
5
granularityMode=cms.untracked.uint32(2),
# 0 = Summary , 1= Module , 2= ROC
6
monitoredSiPixelQuality = cms.VPSet(
7
cms.PSet( name = cms.string(
"Pixel"
), spqLabel = cms.string(
""
))
# name= used in histos, ssqLabel= label of SiPixelQuality object
8
)
9
10
)
Config
Generated for CMSSW Reference Manual by
1.8.5