Skip to content

Commit

Permalink
Use the correct numbers for 4 GeV case
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Sep 20, 2024
1 parent b984b6e commit 458a1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recon/python/simpleTrigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, name, beamEnergy) :

self.beamEnergy = beamEnergy
if (self.beamEnergy == 4000.):
self.thresholds = [ 3000., 10000., 17000., 24200. ]
self.thresholds = [ 1500., 5000., 8500., 12100. ]
else:
self.thresholds = [ 3000., 10790., 18540., 26250. ]
self.mode = 0
Expand Down

0 comments on commit 458a1c5

Please sign in to comment.