Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Feb 3, 2019
1 parent 3f6206c commit ea0947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TopTagger/python/TopTagger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import TopTaggerInterface as tti

class Top:
def __init__(self, pt, eta, phi, mass, disc, type, j1Idx = -999, j2Idx = -999, j13dx = -999):
def __init__(self, pt, eta, phi, mass, disc, type, j1Idx = -999, j2Idx = -999, j3Idx = -999):
self.pt = pt
self.eta = eta
self.phi = phi
Expand Down

0 comments on commit ea0947f

Please sign in to comment.