Skip to content

Commit

Permalink
Typo in printout fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado authored and MarkusFrankATcernch committed Oct 17, 2023
1 parent fbc39bb commit 8e1d0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DDG4/python/DDSim/Helper/Gun.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self):
self.momentumMin = 0 * GeV
self._momentumMax_EXTRA = {'help': "Maximal momentum when using distribution (default = 0.0)"}
self.momentumMax = 10 * GeV
self._energy_EXTRA = {'help': "The kinetic energy for the particle gun.\n\n"
self._energy_EXTRA = {'help': "Total energy (including mass) for the particle gun.\n\n"
"If not None, it will overwrite the setting of momentumMin and momentumMax"}
self.energy = None

Expand Down
2 changes: 1 addition & 1 deletion DDTest/python/userSteeringFile.PY
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ SIM.gun.direction = (0, 0, 1)
##
SIM.gun.distribution = None

## The kinetic energy for the particle gun.
## Total energy (including mass) for the particle gun.
##
## If not None, it will overwrite the setting of momentumMin and momentumMax
SIM.gun.energy = None
Expand Down

0 comments on commit 8e1d0be

Please sign in to comment.