From 5bc4836957f045c9563d1f80113518533b4d1f99 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 18 Aug 2023 15:39:38 -0500
Subject: [PATCH] fix: rm BEAMLINE_CONFIG, JUGGLER_INSTALL_PREFIX

---
 README.md                             | 2 --
 benchmarks/backgrounds/synchrotron.sh | 1 -
 benchmarks/dis/analysis-only.sh       | 1 -
 benchmarks/dis/dis.sh                 | 1 -
 benchmarks/dvcs/dvcs.sh               | 1 -
 benchmarks/tcs/tcs.sh                 | 1 -
 benchmarks/u_omega/u_omega.sh         | 1 -
 7 files changed, 8 deletions(-)

diff --git a/README.md b/README.md
index 28bb40ee..1aa5029c 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,7 @@ See [common_bench](https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench) for d
 Here we setup to use our local build of the `juggler` library.
 First set some environment variables.
 ```
-export JUGGLER_INSTALL_PREFIX=/usr/local 
 export DETECTOR=epic             # athena is the default
-export BEAMLINE_CONFIG=ip6       # ip6 is the default
 ```
 
 ```
diff --git a/benchmarks/backgrounds/synchrotron.sh b/benchmarks/backgrounds/synchrotron.sh
index de796f4d..2973ccc5 100644
--- a/benchmarks/backgrounds/synchrotron.sh
+++ b/benchmarks/backgrounds/synchrotron.sh
@@ -84,7 +84,6 @@ echo "DETECTOR    = ${DETECTOR}"
 
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 
diff --git a/benchmarks/dis/analysis-only.sh b/benchmarks/dis/analysis-only.sh
index 14589ad1..d3685aaf 100755
--- a/benchmarks/dis/analysis-only.sh
+++ b/benchmarks/dis/analysis-only.sh
@@ -27,7 +27,6 @@ echo "Running the DIS benchmarks"
 source parse_cmd.sh $@
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 ##
diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 7bf792f8..e46b7ae2 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -28,7 +28,6 @@ export REQUIRE_MINQ2=true
 source ${LOCAL_PREFIX}/bin/parse_cmd.sh $@
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 ##
diff --git a/benchmarks/dvcs/dvcs.sh b/benchmarks/dvcs/dvcs.sh
index 1bb063e1..cb07cb0b 100644
--- a/benchmarks/dvcs/dvcs.sh
+++ b/benchmarks/dvcs/dvcs.sh
@@ -84,7 +84,6 @@ echo "DETECTOR    = ${DETECTOR}"
 
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 
diff --git a/benchmarks/tcs/tcs.sh b/benchmarks/tcs/tcs.sh
index a260f78a..bcbb1550 100644
--- a/benchmarks/tcs/tcs.sh
+++ b/benchmarks/tcs/tcs.sh
@@ -102,7 +102,6 @@ echo "DETECTOR    = ${DETECTOR}"
 
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 
diff --git a/benchmarks/u_omega/u_omega.sh b/benchmarks/u_omega/u_omega.sh
index 095a6a1e..86653dd5 100644
--- a/benchmarks/u_omega/u_omega.sh
+++ b/benchmarks/u_omega/u_omega.sh
@@ -83,7 +83,6 @@ echo "JUGGLER_N_EVENTS    = ${JUGGLER_N_EVENTS}"
 echo "DETECTOR    = ${DETECTOR}"
 
 ## To run the reconstruction, we need the following global variables:
-## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
 ## - DETECTOR:       the detector package we want to use for this benchmark
 ## - DETECTOR_PATH:          full path to the detector definitions
 
-- 
GitLab