CMS 3D CMS Logo

dtResolutionTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 resolutionTest = cms.EDAnalyzer("DTResolutionTest",
00004     runningStandalone = cms.untracked.bool(True),
00005     folderRoot = cms.untracked.string(''),
00006     sigmaTestName = cms.untracked.string('ResidualsSigmaInRange'),
00007     meanTestName = cms.untracked.string('ResidualsMeanInRange'),
00008     #Names of the quality tests: they must match those specified in "qtList"
00009     resDistributionTestName = cms.untracked.string('ResidualsDistributionGaussianTest'),
00010     debug = cms.untracked.bool(False),
00011     diagnosticPrescale = cms.untracked.int32(1),
00012     histoTag = cms.untracked.string('hResDist')
00013 )
00014 
00015 

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