CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtChamberEfficiencyTest_cfi.py
Go to the documentation of this file.
2 
3 chamberEfficiencyTest = cms.EDAnalyzer("DTChamberEfficiencyTest",
4  runningStandalone = cms.untracked.bool(True),
5  #Names of the quality tests: they must match those specified in "qtList"
6  XEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeX'),
7  YEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeY'),
8  folderRoot = cms.untracked.string(''),
9  debug = cms.untracked.bool(False),
10  diagnosticPrescale = cms.untracked.int32(1)
11 )
12 
13