CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtResolutionAnalysisTest_cfi.py
Go to the documentation of this file.
2 
3 dtResolutionAnalysisTest = cms.EDAnalyzer("DTResolutionAnalysisTest",
4  diagnosticPrescale = cms.untracked.int32(1),
5  maxGoodMeanValue = cms.untracked.double(0.005),
6  minBadMeanValue = cms.untracked.double(0.015),
7  maxGoodSigmaValue = cms.untracked.double(0.05),
8  minBadSigmaValue = cms.untracked.double(0.08),
9  # top folder for the histograms in DQMStore
10  topHistoFolder = cms.untracked.string("DT/02-Segments")
11  )
12 
13