CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/L1ExtraFromDigis/python/l1extraParticles_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1extraParticles = cms.EDProducer("L1ExtraParticlesProd",
00004     muonSource = cms.InputTag("gtDigis"),
00005     etTotalSource = cms.InputTag("gctDigis"),
00006     nonIsolatedEmSource = cms.InputTag("gctDigis","nonIsoEm"),
00007     etMissSource = cms.InputTag("gctDigis"),
00008     htMissSource = cms.InputTag("gctDigis"),
00009     produceMuonParticles = cms.bool(True),
00010     forwardJetSource = cms.InputTag("gctDigis","forJets"),
00011     centralJetSource = cms.InputTag("gctDigis","cenJets"),
00012     produceCaloParticles = cms.bool(True),
00013     tauJetSource = cms.InputTag("gctDigis","tauJets"),
00014     isolatedEmSource = cms.InputTag("gctDigis","isoEm"),
00015     etHadSource = cms.InputTag("gctDigis"),
00016     hfRingEtSumsSource = cms.InputTag("gctDigis"),
00017     hfRingBitCountsSource = cms.InputTag("gctDigis"),
00018     centralBxOnly = cms.bool(True),
00019     ignoreHtMiss = cms.bool(False)
00020 )
00021 
00022