From 70847da4c419e0d7ee6e3d1802ee0987459070db Mon Sep 17 00:00:00 2001 From: Martino Borsato Date: Thu, 17 Jul 2025 17:05:27 +0000 Subject: [PATCH] Fixing Hlt1DownstreamGammaToEE: removing prescale and increasing pT threshold --- configuration/python/AllenConf/HLT1.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1000kHz.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1100kHz.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1300kHz.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1400kHz.py | 2 +- ...en_matching_and_downstream_with_parkf_tuned_mu5p3_1500kHz.py | 2 +- ...hen_matching_and_downstream_with_parkf_tuned_mu5p3_800kHz.py | 2 +- ...hen_matching_and_downstream_with_parkf_tuned_mu5p3_900kHz.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configuration/python/AllenConf/HLT1.py b/configuration/python/AllenConf/HLT1.py index 180c05b39be..97c3c428747 100644 --- a/configuration/python/AllenConf/HLT1.py +++ b/configuration/python/AllenConf/HLT1.py @@ -158,7 +158,7 @@ def default_physics_lines(reconstructed_objects, with_calo, with_muon, reconstructed_objects['downstream_secondary_vertices'], minPt=thresholds.DownstreamGammaToEE_minPt, name="Hlt1DownstreamGammaToEE", - post_scaler=0.2, + post_scaler=1., enable_monitoring=True, enable_tupling=enable_tupling), make_BuSca_line( # BuSca HLT1 Monitoring Line / Trigger disabled diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1000kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1000kHz.py index a5ec93e8fe7..f8ada72b525 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1000kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1000kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6000, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1100kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1100kHz.py index 76ccfebf2fb..a63b3f5c342 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1100kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1100kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6500, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz.py index d70c1e7dcd4..c256086db0e 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6000, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1300kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1300kHz.py index 4de4a40aef2..2f8d3ef6f98 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1300kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1300kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6500, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1400kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1400kHz.py index 91d1a28a12a..7a2fe26e4b8 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1400kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1400kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6000, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1500kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1500kHz.py index 5c3e42d1262..34e8672b3bb 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1500kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1500kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6000, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_800kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_800kHz.py index 50f06fd29a4..2a1b9725164 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_800kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_800kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=1450, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6500, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) diff --git a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_900kHz.py b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_900kHz.py index f3d42c12b09..901ef1e50d1 100644 --- a/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_900kHz.py +++ b/configuration/python/AllenConf/thresholds/forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_900kHz.py @@ -44,5 +44,5 @@ threshold_settings = Thresholds( DownstreamTwoTrackKs_minTrackPt_piKs=550, DiProtonHighMass_P_minPt=5000, DiProtonHighMass_PP_minPt=6000, - DownstreamGammaToEE_minPt=1250, + DownstreamGammaToEE_minPt=2300, ) -- GitLab