Main Page
Namespaces
Classes
Package Documentation
DQM
SiStripMonitorPedestals
python
SiStripMonitorQuality_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
DQMServices.Core.DQMEDAnalyzer
import
DQMEDAnalyzer
4
QualityMon =
DQMEDAnalyzer
(
'SiStripMonitorQuality'
,
5
StripQualityLabel = cms.string(
'test1'
),
6
OutputMEsInRootFile = cms.bool(
False
),
7
OutputFileName = cms.string(
'SiStripQuality.root'
)
8
)
9
10
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
Generated for CMSSW Reference Manual by
1.8.11