From b00c1c80c360538018b22cec455c53ab900b1f65 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Mon, 25 Oct 2021 07:52:08 +0000
Subject: [PATCH] Correct S3 path

---
 benchmarks/dis/get.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/dis/get.sh b/benchmarks/dis/get.sh
index b4dc33a7..eafc024a 100644
--- a/benchmarks/dis/get.sh
+++ b/benchmarks/dis/get.sh
@@ -57,7 +57,7 @@ fi
 ## Step 3: Copy the file
 nlines=$((120*${JUGGLER_N_EVENTS}))
 mc config host add S3 https://dtn01.sdcc.bnl.gov:9000 ${S3_ACCESS_KEY} ${S3_SECRET_KEY}
-mc head -n ${nlines} S3/eictest/ATHENA/EVGEN/DIS/NC/${EBEAM}x${PBEAM}/pythia8NCDIS_${EBEAM}x${PBEAM}_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1.hepmc > ${TMP_PATH}/${GEN_TAG}.hepmc
+mc head -n ${nlines} S3/eictest/ATHENA/EVGEN/DIS/NC/${EBEAM}x${PBEAM}/minQ2=1/pythia8NCDIS_${EBEAM}x${PBEAM}_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1.hepmc > ${TMP_PATH}/${GEN_TAG}.hepmc
 if [[ "$?" -ne "0" ]] ; then
   echo "ERROR downloading file"
   exit 1
-- 
GitLab