CMS 3D CMS Logo

dtDeadChannelTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 deadChannelTest = cms.EDAnalyzer("DTDeadChannelTest",
00004     debug = cms.untracked.bool(False),
00005     runningStandalone = cms.untracked.bool(True),
00006     diagnosticPrescale = cms.untracked.int32(1),
00007     folderRoot = cms.untracked.string(''),
00008     #Names of the quality tests: they must match those specified in "qtList"
00009     EfficiencyTestName = cms.untracked.string('OccupancyDiffInRange')
00010 )
00011 
00012 

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