From 849c9a429cabb0b443150005acd9baab456f725b Mon Sep 17 00:00:00 2001 From: EBerzin Date: Thu, 26 Sep 2024 11:16:21 -0700 Subject: [PATCH] added Megan's 4GeV thresholds --- Recon/python/simpleTrigger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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