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

Resolve "Adjust detector benchmarks to SiFi Cal"

parent ad9312c6
No related branches found
No related tags found
1 merge request!53Resolve "Adjust detector benchmarks to SiFi Cal"
...@@ -41,6 +41,7 @@ calib:emcal_barrel_electrons: ...@@ -41,6 +41,7 @@ calib:emcal_barrel_electrons:
- ls -lhtR sim_output/ - ls -lhtR sim_output/
- rootls -t sim_output/sim_emcal_barrel_electron.root - rootls -t sim_output/sim_emcal_barrel_electron.root
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("electron", true)' - root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("electron", true)'
- mv sim_output/sim_emcal_barrel_electron.root results/.
- echo "JSON file(s) from analysis:" ; cat results/*.json - echo "JSON file(s) from analysis:" ; cat results/*.json
bench:emcal_barrel_pions: bench:emcal_barrel_pions:
...@@ -77,6 +78,7 @@ bench:emcal_barrel_photons: ...@@ -77,6 +78,7 @@ bench:emcal_barrel_photons:
- ls -lhtR sim_output/ - ls -lhtR sim_output/
- rootls -t sim_output/sim_emcal_barrel_photon.root - rootls -t sim_output/sim_emcal_barrel_photon.root
- root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("photon", false)' - root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_particles_analysis.cxx+("photon", false)'
- mv sim_output/sim_emcal_barrel_photon.root results/.
- if [[ "$RUN_EXTENDED_BENCHMARK" == "true" ]] ; then root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_energy_scan_analysis.cxx+("photon")' ; fi - if [[ "$RUN_EXTENDED_BENCHMARK" == "true" ]] ; then root -b -q 'benchmarks/barrel_ecal/scripts/emcal_barrel_energy_scan_analysis.cxx+("photon")' ; fi
bench:emcal_barrel_pions_electrons: bench:emcal_barrel_pions_electrons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment