From 6b2ba62c70d9dd5b0177a6952fe4af1f5a58ae6e Mon Sep 17 00:00:00 2001 From: Miroslav Date: Sun, 29 Jun 2025 18:07:12 +0200 Subject: [PATCH] LightIon 2025: Setting Hlt1VeloMicroBias prescaler to 1.0 --- configuration/python/AllenConf/HLT1_LightIon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/python/AllenConf/HLT1_LightIon.py b/configuration/python/AllenConf/HLT1_LightIon.py index aa9ff14721b..ac3fd2c0383 100644 --- a/configuration/python/AllenConf/HLT1_LightIon.py +++ b/configuration/python/AllenConf/HLT1_LightIon.py @@ -560,7 +560,7 @@ def setup_hlt1_node(withMCChecking=False, make_velo_micro_bias_line( reconstructed_objects["velo_tracks"], name="Hlt1VeloMicroBias", - pre_scaler=0.15, + pre_scaler=1., post_scaler=1., min_velo_tracks=3)) ] -- GitLab