Skip to content
Snippets Groups Projects

Use ParticlesWithTruthPID for ReconstructedParticles with truth PID

Merged Wouter Deconinck requested to merge particles-with-truth-PID into master
bin/get_calibrations 100644 → 100755
+ 4
0
@@ -6,4 +6,8 @@ detector_benchmarks=https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmark
mkdir -p config
for i in results/emcal_barrel_calibration.json ; do
curl --fail -sL ${detector_benchmarks}/${i}?job=deploy_results --output config/$(basename ${i})
if [[ "$?" -ne "0" ]] ; then
echo "Error: could not retrieve calibrations!"
exit 1
fi
done
Loading