We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2ef7b commit 22074baCopy full SHA for 22074ba
RecoJets/Configuration/python/RecoPFJets_cff.py
@@ -66,13 +66,13 @@
66
)
67
68
fixedGridRhoFastjetCentralChargedPileUp = fixedGridRhoFastjetAll.clone(
69
- src = cms.InputTag("pfPileUpAllChargedParticles"),
70
- maxRapidity = cms.double(2.5)
+ pfCandidatesTag = "pfPileUpAllChargedParticles",
+ maxRapidity = 2.5
71
72
73
fixedGridRhoFastjetCentralNeutral = fixedGridRhoFastjetAll.clone(
74
- src = cms.InputTag("pfAllNeutralHadronsAndPhotons"),
75
+ pfCandidatesTag = "pfAllNeutralHadronsAndPhotons",
76
77
78
0 commit comments