Skip to content

Commit

Permalink
added Megan's 4GeV thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
EBerzin committed Sep 26, 2024
1 parent 458a1c5 commit 849c9a4
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 = [ 1500., 5000., 8500., 12100. ]
self.thresholds = [ 1500., 5000., 8200., 11800. ]
else:
self.thresholds = [ 3000., 10790., 18540., 26250. ]
self.mode = 0
Expand Down

0 comments on commit 849c9a4

Please sign in to comment.