CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DQM/DTMonitorClient/python/dtEfficiencyTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 efficiencyTest = cms.EDAnalyzer("DTEfficiencyTest",
00004     runningStandalone = cms.untracked.bool(True),
00005     UnassEfficiencyTestName = cms.untracked.string('UnassEfficiencyInRange'),
00006     #Names of the quality tests: they must match those specified in "qtList"
00007     EfficiencyTestName = cms.untracked.string('EfficiencyInRange'),
00008     folderRoot = cms.untracked.string(''),
00009     debug = cms.untracked.bool(False),
00010     diagnosticPrescale = cms.untracked.int32(1)
00011 )
00012 
00013