Skip to content
Snippets Groups Projects
Commit 00c20ffd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: move extra reconstruction in subdir

parent d27f7830
No related branches found
No related tags found
1 merge request!190feat: move extra reconstruction in subdir
...@@ -88,7 +88,7 @@ echo "Running the digitization and reconstruction" ...@@ -88,7 +88,7 @@ echo "Running the digitization and reconstruction"
## - DETECTOR: detector package (part of global environment) ## - DETECTOR: detector package (part of global environment)
export JUGGLER_SIM_FILE=${SIM_FILE} export JUGGLER_SIM_FILE=${SIM_FILE}
export JUGGLER_REC_FILE=${REC_FILE} export JUGGLER_REC_FILE=${REC_FILE}
for rec in options/*.py ; do for rec in options/*.py options/extra/*.py ; do
unset tag unset tag
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}" [[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \ JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment