Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 L1TEventInfoClient = cms.EDAnalyzer("L1TEventInfoClient",
00004 prescaleLS = cms.untracked.int32(-1),
00005 monitorDir = cms.untracked.string(''),
00006 prescaleEvt = cms.untracked.int32(1),
00007 dataMaskedSystems = cms.untracked.vstring("empty"),
00008 emulMaskedSystems = cms.untracked.vstring("all"),
00009 thresholdLS = cms.untracked.int32(5),
00010 GCT_NonIsoEm_threshold = cms.untracked.double(100000),
00011 GCT_IsoEm_threshold = cms.untracked.double(100000),
00012 GCT_TauJets_threshold = cms.untracked.double(100000),
00013 GCT_AllJets_threshold = cms.untracked.double(100000),
00014 GMT_Muons_threshold = cms.untracked.double(100000)
00015
00016 )
00017
00018