CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitorClient/python/L1TEMUEventInfoClient_cfi.py

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