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
00010 topHistoFolder = cms.untracked.string("DT/02-Segments")
00011 )
00012
00013