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
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