Skip to content
Snippets Groups Projects
Commit e663217b authored by Maria Zurek's avatar Maria Zurek
Browse files

move all root files instead of using name from var

parent e2a0a6d3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -9,7 +9,7 @@ do ...@@ -9,7 +9,7 @@ do
bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh && echo "$E" >> "$E_file" bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh && echo "$E" >> "$E_file"
path="sim_output/energy_scan/${E}/" path="sim_output/energy_scan/${E}/"
mkdir -p "$path" mkdir -p "$path"
mv sim_output/${JUGGLER_SIM_FILE} "$path/." mv sim_output/*.root "$path"
done done
ls -lthaR sim_output ls -lthaR sim_output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment