diff --git a/benchmarks/clustering/config.yml b/benchmarks/clustering/config.yml index 9cec34eca47a92914a997f6170484050b252788c..81ef857586955b30826b070c97dd477a06b7580f 100644 --- a/benchmarks/clustering/config.yml +++ b/benchmarks/clustering/config.yml @@ -3,7 +3,7 @@ clustering:process : stage: process timeout: 8 hour script: - - bash benchmarks/clustering/full_cal_clusters.sh -t fullcalo -n 100 -p "electron" --pmin 1 --pmax 5 + - bash benchmarks/clustering/full_cal_clusters.sh -t fullcalo -n 100 -p "pion-" --pmin 5 --pmax 5 clustering:results: extends: .rec_benchmark diff --git a/benchmarks/clustering/full_cal_clusters.sh b/benchmarks/clustering/full_cal_clusters.sh index 0add9a14cb991e08eea8aac0c5bc8b0a5a7f7228..ac32476391c0d75d6a163065bfc60a406c845faa 100644 --- a/benchmarks/clustering/full_cal_clusters.sh +++ b/benchmarks/clustering/full_cal_clusters.sh @@ -82,7 +82,6 @@ export FULL_CAL_REC_FILE="rec_${FULL_CAL_NAME_TAG}.root" echo "FULL_CAL_NUMEV = ${FULL_CAL_NUMEV}" echo "FULL_CAL_COMPACT_PATH = ${FULL_CAL_COMPACT_PATH}" -":" << END # Generate the input events python benchmarks/imaging_ecal/scripts/gen_particles.py ${FULL_CAL_GEN_FILE} -n ${FULL_CAL_NUMEV}\ --angmin 60 --angmax 120 --phmin 0 --phmax 360 --pmin ${FULL_CAL_PMIN} --pmax ${FULL_CAL_PMAX}\ @@ -108,7 +107,6 @@ if [[ "$?" -ne "0" ]] ; then echo "ERROR running npdet" exit 1 fi -END rootls -t "${FULL_CAL_SIM_FILE}" @@ -126,7 +124,7 @@ if [[ "$?" -ne "0" ]] ; then exit 1 fi -# TODO analysis scripts +# TODO analysis scripts to have PR plots! root_filesize=$(stat --format=%s "${FULL_CAL_REC_FILE}") if [[ "${FULL_CAL_NUMEV}" -lt "500" ]] ; then