Skip to content
Snippets Groups Projects

Implement detector benchmark for the barrel calorimeter for energy resolution

Merged Maria Zurek requested to merge 10-calo-resolution into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading