From 00c20ffd85864303ff5aececd2f1eb600bf2aa72 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 26 Oct 2022 22:28:52 +0000
Subject: [PATCH] feat: move extra reconstruction in subdir

---
 benchmarks/dis/dis.sh                      | 2 +-
 options/{ => extra}/reconstruction.ecal.py | 0
 options/{ => extra}/reconstruction.hcal.py | 0
 options/{ => extra}/reconstruction.raw.py  | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename options/{ => extra}/reconstruction.ecal.py (100%)
 rename options/{ => extra}/reconstruction.hcal.py (100%)
 rename options/{ => extra}/reconstruction.raw.py (100%)

diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 4b3fe736..33fb9a31 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -88,7 +88,7 @@ echo "Running the digitization and reconstruction"
 ## - DETECTOR:    detector package (part of global environment)
 export JUGGLER_SIM_FILE=${SIM_FILE}
 export JUGGLER_REC_FILE=${REC_FILE}
-for rec in options/*.py ; do
+for rec in options/*.py options/extra/*.py ; do
   unset tag
   [[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
   JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
diff --git a/options/reconstruction.ecal.py b/options/extra/reconstruction.ecal.py
similarity index 100%
rename from options/reconstruction.ecal.py
rename to options/extra/reconstruction.ecal.py
diff --git a/options/reconstruction.hcal.py b/options/extra/reconstruction.hcal.py
similarity index 100%
rename from options/reconstruction.hcal.py
rename to options/extra/reconstruction.hcal.py
diff --git a/options/reconstruction.raw.py b/options/extra/reconstruction.raw.py
similarity index 100%
rename from options/reconstruction.raw.py
rename to options/extra/reconstruction.raw.py
-- 
GitLab