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

use correct name for sim output file

parent e7b95fa1
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,8 @@ do
bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh && echo "$E" >> "$E_file"
path="sim_output/energy_scan/${E}/"
mkdir -p "$path"
mv sim_output/emcal_barrel_uniform_electrons.root "$path"
ls -lthaR sim_output/
mv sim_output/sim_emcal_barrel_uniform_electrons.root "$path"
done
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