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