Skip to content
Snippets Groups Projects

feat: move extra reconstruction in subdir

Merged Wouter Deconinck requested to merge wdconinc-master-patch-18428 into master
4 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -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} \
Loading