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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ 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/${JUGGLER_SIM_FILE} "$path/."
mv sim_output/*.root "$path"
done
ls -lthaR sim_output
Loading