diff --git a/Recon/python/simpleTrigger.py b/Recon/python/simpleTrigger.py index 797335f20..d0f70644f 100644 --- a/Recon/python/simpleTrigger.py +++ b/Recon/python/simpleTrigger.py @@ -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