From 43922140bc9130faeddfc2e07ecbab01b4314a24 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 15 Mar 2025 21:26:26 -0500
Subject: [PATCH] fix: /work/eic2 -> /volatile/eic (#60)

---
 Snakefile                                                       | 2 +-
 benchmarks/Exclusive-Diffraction-Tagging/demp/Snakefile         | 2 +-
 .../Exclusive-Diffraction-Tagging/diffractive_vm/Snakefile      | 2 +-
 benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh           | 2 +-
 benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh             | 2 +-
 benchmarks/Exclusive-Diffraction-Tagging/u_omega/u_omega.sh     | 2 +-
 benchmarks/Inclusive/dis/Snakefile                              | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Snakefile b/Snakefile
index a55145b0..2608058e 100644
--- a/Snakefile
+++ b/Snakefile
@@ -24,7 +24,7 @@ rule fetch_epic:
         filepath="EPIC/{PATH}"
     cache: True
     shell: """
-xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
+xrdcp root://dtn-eic.jlab.org//volatile/eic/{output.filepath} {output.filepath}
 """
 
 
diff --git a/benchmarks/Exclusive-Diffraction-Tagging/demp/Snakefile b/benchmarks/Exclusive-Diffraction-Tagging/demp/Snakefile
index 156eeec7..1032bbea 100644
--- a/benchmarks/Exclusive-Diffraction-Tagging/demp/Snakefile
+++ b/benchmarks/Exclusive-Diffraction-Tagging/demp/Snakefile
@@ -38,7 +38,7 @@ ddsim \
   -v WARNING \
   --numberOfEvents {params.N_EVENTS} \
   --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
-  --inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/EXCLUSIVE/DEMP/DEMPgen-1.2.0/{wildcards.EBEAM}x{wildcards.PBEAM}/pi+/DEMPgen-1.2.0_{wildcards.EBEAM}x{wildcards.PBEAM}_pi+_{wildcards.INDEX}.hepmc3.tree.root \
+  --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/EXCLUSIVE/DEMP/DEMPgen-1.2.0/{wildcards.EBEAM}x{wildcards.PBEAM}/pi+/DEMPgen-1.2.0_{wildcards.EBEAM}x{wildcards.PBEAM}_pi+_{wildcards.INDEX}.hepmc3.tree.root \
   --outputFile {output}
 """
 
diff --git a/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/Snakefile b/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/Snakefile
index 9440be9b..926abb91 100644
--- a/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/Snakefile
+++ b/benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/Snakefile
@@ -35,7 +35,7 @@ ddsim \
   --skipNEvents $( command expr "{wildcards.INDEX}" "*" "{params.N_EVENTS}" ) \
   --numberOfEvents {params.N_EVENTS} \
   --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
-  --inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/EXCLUSIVE/DIFFRACTIVE_$( echo -n "{wildcards.PARTICLE}" | tr "[:lower:]" "[:upper:]" )_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.hepmc3.tree.root \
+  --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/EXCLUSIVE/DIFFRACTIVE_$( echo -n "{wildcards.PARTICLE}" | tr "[:lower:]" "[:upper:]" )_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.hepmc3.tree.root \
   --outputFile {output}
 """
 
diff --git a/benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh b/benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh
index 00dfb92a..782c24b2 100644
--- a/benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh
+++ b/benchmarks/Exclusive-Diffraction-Tagging/dvcs/dvcs.sh
@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
 print_env.sh
 
 FILE_NAME_TAG="dvcs"
-XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC"
+XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
 INPUT_FILE="EVGEN/EXCLUSIVE/DVCS_ABCONV/10x100/DVCS.1.ab.hiDiv.10x100.hepmc3.tree.root"
 
 export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
diff --git a/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh b/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh
index 91d717e7..ca5d07b1 100644
--- a/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh
+++ b/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh
@@ -90,7 +90,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
 print_env.sh
 
 FILE_NAME_TAG="tcs"
-XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC"
+XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
 INPUT_FILE="EVGEN/EXCLUSIVE/TCS_ABCONV/${EBEAM}x${PBEAM}/hel_minus/TCS_gen_ab_hiAcc_${EBEAM}x${PBEAM}m_${TAG}.hepmc3.tree.root"
 
 export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
diff --git a/benchmarks/Exclusive-Diffraction-Tagging/u_omega/u_omega.sh b/benchmarks/Exclusive-Diffraction-Tagging/u_omega/u_omega.sh
index ed5d7739..067cbcfa 100644
--- a/benchmarks/Exclusive-Diffraction-Tagging/u_omega/u_omega.sh
+++ b/benchmarks/Exclusive-Diffraction-Tagging/u_omega/u_omega.sh
@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
 print_env.sh
 
 FILE_NAME_TAG="u_omega"
-XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC"
+XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
 INPUT_FILE="EVGEN/EXCLUSIVE/omega/u_omegaNeutralDecay_5x41GeV_5k_Q2_1_5.hepmc3.tree.root"
 
 export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
diff --git a/benchmarks/Inclusive/dis/Snakefile b/benchmarks/Inclusive/dis/Snakefile
index 184e42fa..bc6ac63e 100644
--- a/benchmarks/Inclusive/dis/Snakefile
+++ b/benchmarks/Inclusive/dis/Snakefile
@@ -22,7 +22,7 @@ ddsim \
   -v WARNING \
   --numberOfEvents {params.N_EVENTS} \
   --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
-  --inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/DIS/NC/{wildcards.EBEAM}x{wildcards.PBEAM}/minQ2={wildcards.MINQ2}/pythia8NCDIS_{wildcards.EBEAM}x{wildcards.PBEAM}_minQ2={wildcards.MINQ2}_beamEffects_xAngle=-0.025_hiDiv_vtxfix_1.hepmc3.tree.root \
+  --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/DIS/NC/{wildcards.EBEAM}x{wildcards.PBEAM}/minQ2={wildcards.MINQ2}/pythia8NCDIS_{wildcards.EBEAM}x{wildcards.PBEAM}_minQ2={wildcards.MINQ2}_beamEffects_xAngle=-0.025_hiDiv_vtxfix_1.hepmc3.tree.root \
   --outputFile {output}
 """
 
-- 
GitLab