Variables | |
tuple | chamberEfficiencyTest |
00001 cms.EDAnalyzer("DTChamberEfficiencyTest", 00002 runningStandalone = cms.untracked.bool(True), 00003 #Names of the quality tests: they must match those specified in "qtList" 00004 XEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeX'), 00005 YEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeY'), 00006 folderRoot = cms.untracked.string(''), 00007 debug = cms.untracked.bool(False), 00008 diagnosticPrescale = cms.untracked.int32(1) 00009 )
Definition at line 3 of file dtChamberEfficiencyTest_cfi.py.