CMS 3D CMS Logo

L1TGMTClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1tgmtClient = cms.EDFilter("L1TGMTClient",
00004     input_dir = cms.untracked.string('L1T/L1TGMT'),
00005     prescaleLS = cms.untracked.int32(-1),
00006     monitorName = cms.untracked.string('L1T/L1TGMT'),
00007     output_dir = cms.untracked.string('L1T/L1TGMT/Client'),
00008     prescaleEvt = cms.untracked.int32(500)
00009 )
00010 
00011 

Generated on Tue Jun 9 17:33:16 2009 for CMSSW by  doxygen 1.5.4