Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
jncots committed Jul 26, 2023
1 parent a2fcd4e commit 0629d14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/chromo/models/epos.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
class EPOSEvent(MCEvent):
"""Wrapper class around EPOS particle stack."""

def __init__(self, generator):
super().__init__(generator)
# EPOS sets mothers of beam particles to (-1, -1).
# We change it to (0, 0)
self.mothers[self.status == 4] = -1

def _charge_init(self, npart):
return self._lib.charge_vect(self._lib.hepevt.idhep[:npart])

Expand Down

0 comments on commit 0629d14

Please sign in to comment.