From d2c3ddfd7026f74548dea9a3c118bfe04075caed Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Tue, 1 Sep 2026 15:43:00 -0400 Subject: [PATCH 1/3] Add Ds eAu 9x100 and ep 9x275 SIDIS datasets Add CSVs for the afterburned BeAGLE1.03.02-1.0 Ds eAu 9x100 and pythia8.316-1.1 Ds ep 9x275 samples under SIDIS/Ds_ABCONV. Include the ep sample in the SIDIS:ep job matrices and add a new SIDIS:eAu:9x100 job group on epic_craterlake, wired into SIDIS:collect. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01MpqruTv6aZPDK28VooGpW7 --- SIDIS/config.yml | 29 +++++++++++++++++++ .../BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv | 1 + SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv | 1 + 3 files changed, 31 insertions(+) create mode 100644 SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv create mode 100644 SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv diff --git a/SIDIS/config.yml b/SIDIS/config.yml index 14a46f0..3b515d3 100644 --- a/SIDIS/config.yml +++ b/SIDIS/config.yml @@ -55,6 +55,32 @@ SIDIS:eAu:5x41:timings: - DATA: - "SIDIS/eA/BeAGLE1.03.01-2.0_D0_eAu_5x41_q2_1to10000.csv" +.eAu_9x100_variables: &eAu_9x100_variables + NEVENTS_PER_TEST_OVERRIDE: 25 + DETECTOR_CONFIG_OVERRIDE: "epic_craterlake" + EBEAM_OVERRIDE: "9" + PBEAM_OVERRIDE: "100_Au197" + +SIDIS:eAu:9x100:nevents: + variables: + <<: *eAu_9x100_variables + extends: .nevents + parallel: + matrix: + - DATA: + - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" + +SIDIS:eAu:9x100:timings: + variables: + <<: *eAu_9x100_variables + extends: .timings + needs: + - SIDIS:eAu:9x100:nevents + parallel: + matrix: + - DATA: + - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" + SIDIS:ep:nevents: extends: .nevents parallel: @@ -75,6 +101,7 @@ SIDIS:ep:nevents: - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x130_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" SIDIS:ep:timings: extends: .timings @@ -100,11 +127,13 @@ SIDIS:ep:timings: - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x130_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" SIDIS:collect: extends: .collect needs: - SIDIS:eAu:10x100:timings - SIDIS:eAu:5x41:timings + - SIDIS:eAu:9x100:timings - SIDIS:ep:timings - SIDIS:pythia6-eic:collect diff --git a/SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv b/SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv new file mode 100644 index 0000000..9a920d2 --- /dev/null +++ b/SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv @@ -0,0 +1 @@ +SIDIS/Ds_ABCONV/HFsim-BeAGLE/BeAGLE1.03.02-1.0/eAu/9x100/q2_1/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file diff --git a/SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv b/SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv new file mode 100644 index 0000000..f19710f --- /dev/null +++ b/SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv @@ -0,0 +1 @@ +SIDIS/Ds_ABCONV/HFsim-PYTHIA/pythia8.316-1.1/ep/9x275/q2_1/pythia8.316-1.1_Ds_ep_9x275_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file From b55fb5e880d36fd5b1efb48720a5b3b00a1b7585 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Tue, 1 Sep 2026 15:44:25 -0400 Subject: [PATCH 2/3] Add Lc eAu 9x100 and ep 9x275 SIDIS datasets Add CSVs for the afterburned BeAGLE1.03.02-1.0 Lc eAu 9x100 and pythia8.316-1.0 Lc ep 9x275 samples under SIDIS/Lc_ABCONV and include them in the SIDIS:eAu:9x100 and SIDIS:ep job matrices. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01MpqruTv6aZPDK28VooGpW7 --- SIDIS/config.yml | 4 ++++ SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv | 1 + SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv | 1 + 3 files changed, 6 insertions(+) create mode 100644 SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv create mode 100644 SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv diff --git a/SIDIS/config.yml b/SIDIS/config.yml index 3b515d3..426cc8c 100644 --- a/SIDIS/config.yml +++ b/SIDIS/config.yml @@ -69,6 +69,7 @@ SIDIS:eAu:9x100:nevents: matrix: - DATA: - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" + - "SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv" SIDIS:eAu:9x100:timings: variables: @@ -80,6 +81,7 @@ SIDIS:eAu:9x100:timings: matrix: - DATA: - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" + - "SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv" SIDIS:ep:nevents: extends: .nevents @@ -102,6 +104,7 @@ SIDIS:ep:nevents: - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv" SIDIS:ep:timings: extends: .timings @@ -128,6 +131,7 @@ SIDIS:ep:timings: - "SIDIS/ep/pythia8.312-2.0_D0_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv" SIDIS:collect: extends: .collect diff --git a/SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv b/SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv new file mode 100644 index 0000000..36c2c82 --- /dev/null +++ b/SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv @@ -0,0 +1 @@ +SIDIS/Lc_ABCONV/HFsim-BeAGLE/BeAGLE1.03.02-1.0/eAu/9x100/q2_1/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file diff --git a/SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv b/SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv new file mode 100644 index 0000000..28e40bb --- /dev/null +++ b/SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv @@ -0,0 +1 @@ +SIDIS/Lc_ABCONV/HFsim-PYTHIA/pythia8.316-1.0/ep/9x275/q2_1/pythia8.316-1.0_Lc_ep_9x275_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file From 0e6744cb9d240ffba04b7ce32dc93f9f6d90d6c8 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Tue, 1 Sep 2026 15:45:52 -0400 Subject: [PATCH 3/3] Add D0 eAu 9x100 and ep 9x130/9x275 SIDIS datasets Add CSVs for the afterburned BeAGLE1.03.02-1.0 D0 eAu 9x100 and pythia8.316-1.0 D0 ep 9x130 and 9x275 samples under SIDIS/D0_ABCONV and include them in the SIDIS:eAu:9x100 and SIDIS:ep job matrices. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01MpqruTv6aZPDK28VooGpW7 --- SIDIS/config.yml | 6 ++++++ SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv | 1 + SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv | 1 + SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv | 1 + 4 files changed, 9 insertions(+) create mode 100644 SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv create mode 100644 SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv create mode 100644 SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv diff --git a/SIDIS/config.yml b/SIDIS/config.yml index 426cc8c..47c899d 100644 --- a/SIDIS/config.yml +++ b/SIDIS/config.yml @@ -70,6 +70,7 @@ SIDIS:eAu:9x100:nevents: - DATA: - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" - "SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv" + - "SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv" SIDIS:eAu:9x100:timings: variables: @@ -82,6 +83,7 @@ SIDIS:eAu:9x100:timings: - DATA: - "SIDIS/eA/BeAGLE1.03.02-1.0_Ds_eAu_9x100_q2_1.csv" - "SIDIS/eA/BeAGLE1.03.02-1.0_Lc_eAu_9x100_q2_1.csv" + - "SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv" SIDIS:ep:nevents: extends: .nevents @@ -105,6 +107,8 @@ SIDIS:ep:nevents: - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" - "SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv" SIDIS:ep:timings: extends: .timings @@ -132,6 +136,8 @@ SIDIS:ep:timings: - "SIDIS/ep/pythia8.312-2.0_Lc_ep_10x250_q2_1.csv" - "SIDIS/ep/pythia8.316-1.1_Ds_ep_9x275_q2_1.csv" - "SIDIS/ep/pythia8.316-1.0_Lc_ep_9x275_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv" + - "SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv" SIDIS:collect: extends: .collect diff --git a/SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv b/SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv new file mode 100644 index 0000000..bdcc6a3 --- /dev/null +++ b/SIDIS/eA/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1.csv @@ -0,0 +1 @@ +SIDIS/D0_ABCONV/HFsim-BeAGLE/BeAGLE1.03.02-1.0/eAu/9x100/q2_1/BeAGLE1.03.02-1.0_D0_eAu_9x100_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file diff --git a/SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv b/SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv new file mode 100644 index 0000000..90eb366 --- /dev/null +++ b/SIDIS/ep/pythia8.316-1.0_D0_ep_9x130_q2_1.csv @@ -0,0 +1 @@ +SIDIS/D0_ABCONV/HFsim-PYTHIA/pythia8.316-1.0/ep/9x130/q2_1/pythia8.316-1.0_D0_ep_9x130_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file diff --git a/SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv b/SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv new file mode 100644 index 0000000..be953a5 --- /dev/null +++ b/SIDIS/ep/pythia8.316-1.0_D0_ep_9x275_q2_1.csv @@ -0,0 +1 @@ +SIDIS/D0_ABCONV/HFsim-PYTHIA/pythia8.316-1.0/ep/9x275/q2_1/pythia8.316-1.0_D0_ep_9x275_q2_1_ab_run[0-9]+$,hepmc3.tree.root,0,0 \ No newline at end of file