CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DQM/DTMonitorClient/python/dtChamberEfficiencyTest_cfi.py

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     #Names of the quality tests: they must match those specified in "qtList"
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