From 6f27988049eb12d307470abd146b40147bcc9367 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Mon, 9 Sep 2024 14:13:37 -0400
Subject: [PATCH] tracking_performances: 15GeV -> 20GeV in config.yml to match
 Snakefile

---
 benchmarks/tracking_performances/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/tracking_performances/config.yml b/benchmarks/tracking_performances/config.yml
index e7b80db0..13bfd470 100644
--- a/benchmarks/tracking_performances/config.yml
+++ b/benchmarks/tracking_performances/config.yml
@@ -4,7 +4,7 @@ sim:tracking_performance:
   parallel:
     matrix:
       - PARTICLE: ["pi-"]
-        MOMENTUM: ["500MeV", "1GeV", "2GeV", "5GeV", "10GeV", "15GeV"]
+        MOMENTUM: ["500MeV", "1GeV", "2GeV", "5GeV", "10GeV", "20GeV"]
   script:
     - |
       snakemake --cores 1 \
-- 
GitLab