From 99c06398eedf1d6a56ad087e5bf504932e88c8ce Mon Sep 17 00:00:00 2001 From: rmunzer <97919772+rmunzer@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:47:59 +0100 Subject: [PATCH 1/2] Update cutAbsEta value to 1.5 in tpc.json --- DATA/production/qc-async/tpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/qc-async/tpc.json b/DATA/production/qc-async/tpc.json index b95eff981..f172cffe4 100644 --- a/DATA/production/qc-async/tpc.json +++ b/DATA/production/qc-async/tpc.json @@ -83,7 +83,7 @@ "query": "inputTracks:TPC/TRACKS/0;inputClusters:TPC/CLUSTERNATIVE;inputClusRefs:TPC/CLUSREFS/0" }, "taskParameters": { - "cutAbsEta": "1.", + "cutAbsEta": "1.5", "cutMinNCluster": "60", "cutMindEdxTot": "20.", "seed": "0", From 88ca62c1284f9551133b873bb6b6db065be0a76f Mon Sep 17 00:00:00 2001 From: rmunzer <97919772+rmunzer@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:51:17 +0100 Subject: [PATCH 2/2] Update cutAbsEta value from '1.' to '1.5' --- DATA/production/qc-sync/tpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/qc-sync/tpc.json b/DATA/production/qc-sync/tpc.json index daabaa239..d4fa3a484 100644 --- a/DATA/production/qc-sync/tpc.json +++ b/DATA/production/qc-sync/tpc.json @@ -106,7 +106,7 @@ "name": "tpc-tracks" }, "taskParameters": { - "cutAbsEta": "1.", + "cutAbsEta": "1.5", "cutMinNCluster": "60", "cutMindEdxTot": "20." },