CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/DTMonitorClient/python/dtResolutionAnalysisTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DTResolutionAnalysisTest = cms.EDAnalyzer("DTResolutionAnalysisTest",
00004                                           diagnosticPrescale = cms.untracked.int32(1),
00005                                           maxGoodMeanValue = cms.untracked.double(0.005),
00006                                           minBadMeanValue = cms.untracked.double(0.015),
00007                                           maxGoodSigmaValue = cms.untracked.double(0.05),
00008                                           minBadSigmaValue = cms.untracked.double(0.08),
00009                                           # top folder for the histograms in DQMStore
00010                                           topHistoFolder = cms.untracked.string("DT/02-Segments")
00011                                           )
00012 
00013