CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtDeadChannelTest_cfi.py
Go to the documentation of this file.
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