Skip to content

Commit

Permalink
Update analysis.py
Browse files Browse the repository at this point in the history
missed get_m -> get_mass in the python config, fixing @gavinsalam PR directly
  • Loading branch information
clementhelsens authored Sep 20, 2021
1 parent 3122187 commit 162acc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FCCee/top/hadronic/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
.Define("RP_px", "ReconstructedParticle::get_px(ReconstructedParticles)")
.Define("RP_py", "ReconstructedParticle::get_py(ReconstructedParticles)")
.Define("RP_pz", "ReconstructedParticle::get_pz(ReconstructedParticles)")
.Define("RP_m", "ReconstructedParticle::get_m(ReconstructedParticles)")
.Define("RP_m", "ReconstructedParticle::get_mass(ReconstructedParticles)")

#build pseudo jets with the RP, using the interface that takes px,py,pz,m for better
#handling of rounding errors
Expand Down

0 comments on commit 162acc0

Please sign in to comment.