CMS 3D CMS Logo

dtSegmentAnalysisTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 segmentTest = cms.EDAnalyzer("DTSegmentAnalysisTest",
00004                              folderRoot = cms.untracked.string(''),
00005                              detailedAnalysis = cms.untracked.bool(False),
00006                              #Names of the quality tests: they must match those specified in "qtList"
00007                              chi2TestName = cms.untracked.string('chi2InRange'),
00008                              segmRecHitTestName = cms.untracked.string('segmRecHitInRange'),
00009                              #Permetted value of chi2 segment quality
00010                              chi2Threshold = cms.untracked.double(5.0),
00011                              normalizeHistoPlots = cms.untracked.bool(False)
00012                              )
00013 
00014 

Generated on Tue Jun 9 17:32:33 2009 for CMSSW by  doxygen 1.5.4