From 875afb23571f9de7786a32c1f28cfb488bbf5257 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Sun, 23 Aug 2026 00:21:33 -0400 Subject: [PATCH 1/2] Add BeAGLE1.03.02-3.1 DIS eAu 9x100 datasets Add three Q2 bin datasets (1to10, 10to100, 100to10000) for the BeAGLE1.03.02-3.1 campaign and include them in a new 9x100 pipeline config alongside the existing eAu energies. Co-Authored-By: Claude Fable 5 --- ....03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv | 1 + ...LE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv | 1 + ...AGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv | 1 + DIS/eAu/9x100/config.yml | 35 +++++++++++++++++++ DIS/eAu/config.yml | 2 ++ 5 files changed, 40 insertions(+) create mode 100644 DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv create mode 100644 DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv create mode 100644 DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv create mode 100644 DIS/eAu/9x100/config.yml diff --git a/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv new file mode 100644 index 0000000..7a4fa21 --- /dev/null +++ b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv @@ -0,0 +1 @@ +DIS/BeAGLE1.03.02-3.1/eAu/9x100/q2_100to10000/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000_ab_run[0-9]+$,hepmc3.tree.root,0,0 diff --git a/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv new file mode 100644 index 0000000..89f86e5 --- /dev/null +++ b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv @@ -0,0 +1 @@ +DIS/BeAGLE1.03.02-3.1/eAu/9x100/q2_10to100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100_ab_run[0-9]+$,hepmc3.tree.root,0,0 diff --git a/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv new file mode 100644 index 0000000..0a3af60 --- /dev/null +++ b/DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv @@ -0,0 +1 @@ +DIS/BeAGLE1.03.02-3.1/eAu/9x100/q2_1to10/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10_ab_run[0-9]+$,hepmc3.tree.root,0,0 diff --git a/DIS/eAu/9x100/config.yml b/DIS/eAu/9x100/config.yml new file mode 100644 index 0000000..7eb7123 --- /dev/null +++ b/DIS/eAu/9x100/config.yml @@ -0,0 +1,35 @@ +.eAu_9x100_variables: &eAu_9x100_variables + DETECTOR_CONFIG_OVERRIDE: "epic_craterlake_without_zdc" + EBEAM_OVERRIDE: "9" + PBEAM_OVERRIDE: "100_Au197" + +DIS:eAu:9x100:nevents: + variables: + <<: *eAu_9x100_variables + extends: .nevents + parallel: + matrix: + - DATA: + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv" + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv" + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv" + +DIS:eAu:9x100:timings: + variables: + <<: *eAu_9x100_variables + extends: .timings + needs: + - DIS:eAu:9x100:nevents + parallel: + matrix: + - DATA: + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_1to10.csv" + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_10to100.csv" + - "DIS/eAu/9x100/BeAGLE1.03.02-3.1_DIS_eAu_9x100_q2_100to10000.csv" + +DIS:eAu:9x100:collect: + variables: + <<: *eAu_9x100_variables + extends: .collect + needs: + - DIS:eAu:9x100:timings diff --git a/DIS/eAu/config.yml b/DIS/eAu/config.yml index 669b7d2..5479d6e 100644 --- a/DIS/eAu/config.yml +++ b/DIS/eAu/config.yml @@ -1,6 +1,7 @@ include: - local: 'DIS/eAu/10x100/config.yml' - local: 'DIS/eAu/5x41/config.yml' + - local: 'DIS/eAu/9x100/config.yml' DIS:eAu:collect: variables: @@ -9,3 +10,4 @@ DIS:eAu:collect: needs: - DIS:eAu:10x100:collect - DIS:eAu:5x41:collect + - DIS:eAu:9x100:collect From db53a3007fc9fac38472af4ca748c74c47f94caa Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Mon, 24 Aug 2026 00:14:33 -0400 Subject: [PATCH 2/2] Run eAu 9x100 on epic_craterlake and split eAu collect per config Switch the 9x100 datasets to the default epic_craterlake detector config, and split DIS:eAu:collect into per-config collect jobs so the family summaries each cover a single results directory. Co-Authored-By: Claude Fable 5 --- DIS/config.yml | 3 ++- DIS/eAu/9x100/config.yml | 2 +- DIS/eAu/config.yml | 8 +++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/DIS/config.yml b/DIS/config.yml index 9a7f923..c9bb828 100644 --- a/DIS/config.yml +++ b/DIS/config.yml @@ -10,7 +10,8 @@ DIS:collect: extends: .collect needs: - DIS:ep:collect - - DIS:eAu:collect + - DIS:eAu:collect:without_zdc + - DIS:eAu:collect:craterlake - DIS:eCu:collect - DIS:eH2:collect - DIS:eHe3:collect diff --git a/DIS/eAu/9x100/config.yml b/DIS/eAu/9x100/config.yml index 7eb7123..4f2ea6f 100644 --- a/DIS/eAu/9x100/config.yml +++ b/DIS/eAu/9x100/config.yml @@ -1,5 +1,5 @@ .eAu_9x100_variables: &eAu_9x100_variables - DETECTOR_CONFIG_OVERRIDE: "epic_craterlake_without_zdc" + DETECTOR_CONFIG_OVERRIDE: "epic_craterlake" EBEAM_OVERRIDE: "9" PBEAM_OVERRIDE: "100_Au197" diff --git a/DIS/eAu/config.yml b/DIS/eAu/config.yml index 5479d6e..c7fc4b2 100644 --- a/DIS/eAu/config.yml +++ b/DIS/eAu/config.yml @@ -3,11 +3,17 @@ include: - local: 'DIS/eAu/5x41/config.yml' - local: 'DIS/eAu/9x100/config.yml' -DIS:eAu:collect: +DIS:eAu:collect:without_zdc: variables: DETECTOR_CONFIG_OVERRIDE: "epic_craterlake_without_zdc" extends: .collect needs: - DIS:eAu:10x100:collect - DIS:eAu:5x41:collect + +DIS:eAu:collect:craterlake: + variables: + DETECTOR_CONFIG_OVERRIDE: "epic_craterlake" + extends: .collect + needs: - DIS:eAu:9x100:collect