CMS 3D CMS Logo

L1TEMUEventInfoClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1temuEventInfoClient = cms.EDFilter("L1TEMUEventInfoClient",
00004     prescaleLS = cms.untracked.int32(-1),
00005     monitorDir = cms.untracked.string(''),
00006     prescaleEvt = cms.untracked.int32(1),
00007     maskedSystems = cms.untracked.vuint32(0,1,1,0,0,0, 1,1,1,0,1)
00008     #masking sequence: dtf, dtp, ctf, ctp, rpc, gmt, etp, htp, rct, gct, gt
00009 
00010 )
00011 
00012 

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