CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1extraParticles_cfi.py
Go to the documentation of this file.
2 
3 l1extraParticles = cms.EDProducer("L1ExtraParticlesProd",
4  muonSource = cms.InputTag("gtDigis"),
5  etTotalSource = cms.InputTag("gctDigis"),
6  nonIsolatedEmSource = cms.InputTag("gctDigis","nonIsoEm"),
7  etMissSource = cms.InputTag("gctDigis"),
8  htMissSource = cms.InputTag("gctDigis"),
9  produceMuonParticles = cms.bool(True),
10  forwardJetSource = cms.InputTag("gctDigis","forJets"),
11  centralJetSource = cms.InputTag("gctDigis","cenJets"),
12  produceCaloParticles = cms.bool(True),
13  tauJetSource = cms.InputTag("gctDigis","tauJets"),
14  isolatedEmSource = cms.InputTag("gctDigis","isoEm"),
15  etHadSource = cms.InputTag("gctDigis"),
16  hfRingEtSumsSource = cms.InputTag("gctDigis"),
17  hfRingBitCountsSource = cms.InputTag("gctDigis"),
18  centralBxOnly = cms.bool(True),
19  ignoreHtMiss = cms.bool(False)
20 )
21 
22