Skip to content

Commit 49af8f6

Browse files
committed
Define the puIdDisc branch for reclustered AK4 Puppi jets
1 parent ba1e7f3 commit 49af8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/NanoAOD/python/custom_jme_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def ReclusterAK4PuppiJets(proc, recoJA, runOnMC):
676676
)
677677
proc.jetPuppiTask.add(getattr(proc, pileupJetIdName))
678678
proc.updatedJetsPuppiWithUserData.userFloats.puIdDisc = cms.InputTag(pileupJetIdName+':fullDiscriminant')
679-
proc.jetPuppiTable.variables.puIdDisc.expr = "userFloat('puIdDisc')"
679+
proc.jetPuppiTable.variables.puIdDisc = Var("userFloat('puIdDisc')", float, doc="Pileup ID BDT discriminant with 133X Winter24 PuppiV18 training",precision=10)
680680

681681

682682
#

0 commit comments

Comments
 (0)