CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TDTTFClient = cms.EDAnalyzer("L1TDTTFClient",
00004     l1tSourceFolder = cms.untracked.string('L1T/L1TDTTF'),
00005     dttfSource = cms.InputTag("l1tDttf"),
00006     online = cms.untracked.bool(True),
00007     resetAfterLumi = cms.untracked.int32(3)
00008 )
00009 
00010