Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 chamberEfficiencyTest = cms.EDAnalyzer("DTChamberEfficiencyTest",
00004 runningStandalone = cms.untracked.bool(True),
00005
00006 XEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeX'),
00007 YEfficiencyTestName = cms.untracked.string('ChEfficiencyInRangeY'),
00008 folderRoot = cms.untracked.string(''),
00009 debug = cms.untracked.bool(False),
00010 diagnosticPrescale = cms.untracked.int32(1)
00011 )
00012
00013