Skip to content

Commit

Permalink
remove puppi multipliticies from JME nano
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinzmann committed Mar 25, 2020
1 parent b6a44e5 commit 1d010b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PhysicsTools/NanoAOD/python/custom_jme_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,6 @@ def addTable(self, proc, recoJetInfo):
area = jetTable.variables.area,
rawFactor = jetTable.variables.rawFactor,
)
elif "puppi" in recoJetInfo.jet:
tableContents = JETVARS.clone(
puppiMultiplicity = Var("userFloat('patPuppiJetSpecificProducer:puppiMultiplicity')",float,doc="Sum of PUPPI weights of particles in the jet", precision= 6),
neutralPuppiMultiplicity = Var("userFloat('patPuppiJetSpecificProducer:neutralPuppiMultiplicity')",float,doc="Sum of PUPPI weights of neutral particles in the jet", precision= 6)
)
else:
tableContents = JETVARS.clone()

Expand Down

0 comments on commit 1d010b8

Please sign in to comment.