Skip to content
Snippets Groups Projects

Add plot script for e/pi separation performance

Open Chao Peng requested to merge update_imaging_ml_benchmarks into master
2 files
+ 15
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,6 +8,6 @@ ml_shower:epi_separation:
if [[ ${DETECTOR} =~ athena
|| ${DETECTOR} =~ ecce && ${DETECTOR_CONFIG} =~ imaging ]] ; then
pip3 install -r benchmarks/imaging_shower_ML/requirements.txt
python3 benchmarks/imaging_shower_ML/run_benchmark.py -t imcal_epi -n 1000 --pmin 1.8 --pmax 2.2 --nocut-samples
python3 benchmarks/imaging_shower_ML/run_benchmark.py -t imcal_epi -n 1000 --p-min 1.8 --p-max 2.2
fi
Loading