diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 4b3fe736a992727f310b8daac2af522ece88fa1e..33fb9a3125c123b7e347a6da81f4b00d5dd24beb 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