CMS 3D CMS Logo

dtDeadChannelTest_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 deadChannelTest = cms.EDAnalyzer("DTDeadChannelTest",
4  debug = cms.untracked.bool(False),
5  runningStandalone = cms.untracked.bool(True),
6  diagnosticPrescale = cms.untracked.int32(1),
7  folderRoot = cms.untracked.string(''),
8  #Names of the quality tests: they must match those specified in "qtList"
9  EfficiencyTestName = cms.untracked.string('OccupancyDiffInRange')
10 )
11 
12