Skip to content

Commit

Permalink
hiGenJets also use genParticlesForJets
Browse files Browse the repository at this point in the history
  • Loading branch information
yetkinyilmaz committed Jan 26, 2015
1 parent 1669e57 commit 6a7dd0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RecoHI/HiJetAlgos/python/HiGenJets_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

iterativeCone5HiGenJets.doAreaFastjet = cms.bool(True)
iterativeCone5HiGenJets.doRhoFastjet = cms.bool(False)
iterativeCone5HiGenJets.src = cms.InputTag("hiGenParticlesForJets")

iterativeCone7HiGenJets = iterativeCone5HiGenJets.clone(rParam=0.7)

Expand All @@ -26,7 +25,6 @@

ak5HiGenJets.doAreaFastjet = cms.bool(True)
ak5HiGenJets.doRhoFastjet = cms.bool(False)
ak5HiGenJets.src = cms.InputTag("hiGenParticlesForJets")

ak1HiGenJets = ak5HiGenJets.clone(rParam = 0.1)
ak2HiGenJets = ak5HiGenJets.clone(rParam = 0.2)
Expand All @@ -44,7 +42,6 @@

kt4HiGenJets.doAreaFastjet = cms.bool(True)
kt4HiGenJets.doRhoFastjet = cms.bool(False)
kt4HiGenJets.src = cms.InputTag("hiGenParticlesForJets")

kt6HiGenJets = kt4HiGenJets.clone(rParam=0.6)

Expand Down

0 comments on commit 6a7dd0b

Please sign in to comment.