CMS 3D CMS Logo

Variables

dtResolutionAnalysisTest_cfi Namespace Reference

Variables

tuple DTResolutionAnalysisTest

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTResolutionAnalysisTest",
00002                                           diagnosticPrescale = cms.untracked.int32(1),
00003                                           maxGoodMeanValue = cms.untracked.double(0.005),
00004                                           minBadMeanValue = cms.untracked.double(0.015),
00005                                           maxGoodSigmaValue = cms.untracked.double(0.05),
00006                                           minBadSigmaValue = cms.untracked.double(0.08),
00007                                           # top folder for the histograms in DQMStore
00008                                           topHistoFolder = cms.untracked.string("DT/02-Segments")
00009                                           )

Definition at line 3 of file dtResolutionAnalysisTest_cfi.py.