CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DQM/DTMonitorClient/python/dttTrigCalibrationTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tTrigCalibrationTest = cms.EDAnalyzer("DTtTrigCalibrationTest",
00004     runningStandalone = cms.untracked.bool(True),
00005     tTrigTestName = cms.untracked.string('tTrigOffSet'),
00006     diagnosticPrescale = cms.untracked.int32(1),
00007     histoTag = cms.untracked.string('TimeBox'),
00008     #Names of the quality test: it must match those specified in "qtList"
00009     folderRoot = cms.untracked.string('')
00010 )
00011 
00012