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