Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 L1TGCT = cms.EDAnalyzer("L1TGCT",
00004 gctCentralJetsSource = cms.InputTag("gctDigis","cenJets"),
00005 gctForwardJetsSource = cms.InputTag("gctDigis","forJets"),
00006 gctTauJetsSource = cms.InputTag("gctDigis","tauJets"),
00007 gctEnergySumsSource = cms.InputTag("gctDigis"),
00008 gctIsoEmSource = cms.InputTag("gctDigis","isoEm"),
00009 gctNonIsoEmSource = cms.InputTag("gctDigis","nonIsoEm"),
00010 verbose = cms.untracked.bool(False),
00011 DQMStore = cms.untracked.bool(True),
00012 disableROOToutput = cms.untracked.bool(True),
00013 filterTriggerType = cms.int32(1)
00014 )
00015
00016