From 6b4e77e7aab0c078e4c6802e16e77988988cd45e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 1 Sep 2025 19:33:39 -0500 Subject: [PATCH] feat: add calo pid simulation for 45 to 135 deg --- benchmarks/calo_pid/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/benchmarks/calo_pid/config.yml b/benchmarks/calo_pid/config.yml index 88410a49..c781cb40 100644 --- a/benchmarks/calo_pid/config.yml +++ b/benchmarks/calo_pid/config.yml @@ -4,6 +4,10 @@ sim:calo_pid: parallel: matrix: - PARTICLE: ["e-", "pi-"] + ANGLE: [ + "45to135deg", + "130to177deg" + ] INDEX_RANGE: [ "0 9", "10 19", @@ -19,7 +23,7 @@ sim:calo_pid: script: - | snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB \ - $(seq --format="sim_output/calo_pid/epic_inner_detector/${PARTICLE}/100MeVto20GeV/130to177deg/${PARTICLE}_100MeVto20GeV_130to177deg.%04.f.eicrecon.edm4eic.root" ${INDEX_RANGE}) + $(seq --format="sim_output/calo_pid/epic_inner_detector/${PARTICLE}/100MeVto20GeV/${ANGLE}/${PARTICLE}_100MeVto20GeV_${ANGLE}.%04.f.eicrecon.edm4eic.root" ${INDEX_RANGE}) bench:calo_pid: extends: .det_benchmark