Skip to content

Commit 22074ba

Browse files
committed
Correcting central fixed grid rho values... the current ones are all completely identical by mistake
1 parent de2ef7b commit 22074ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RecoJets/Configuration/python/RecoPFJets_cff.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
)
6767

6868
fixedGridRhoFastjetCentralChargedPileUp = fixedGridRhoFastjetAll.clone(
69-
src = cms.InputTag("pfPileUpAllChargedParticles"),
70-
maxRapidity = cms.double(2.5)
69+
pfCandidatesTag = "pfPileUpAllChargedParticles",
70+
maxRapidity = 2.5
7171
)
7272

7373
fixedGridRhoFastjetCentralNeutral = fixedGridRhoFastjetAll.clone(
74-
src = cms.InputTag("pfAllNeutralHadronsAndPhotons"),
75-
maxRapidity = cms.double(2.5)
74+
pfCandidatesTag = "pfAllNeutralHadronsAndPhotons",
75+
maxRapidity = 2.5
7676
)
7777

7878

0 commit comments

Comments
 (0)