CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/L1TMonitorClient/python/L1TDTTPGClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TDTTPGClient = cms.EDAnalyzer("L1TDTTPGClient",
00004     input_dir = cms.untracked.string('L1T/L1TDTTPG'),
00005     prescaleLS = cms.untracked.int32(-1),
00006     output_dir = cms.untracked.string('L1T/L1TDTTPG/Tests'),
00007     prescaleEvt = cms.untracked.int32(500)
00008 )
00009 
00010