CMS 3D CMS Logo

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