Skip to content
Snippets Groups Projects
Commit bb461a85 authored by Chao Peng's avatar Chao Peng
Browse files

change particle to pions, remove some comments

parent c6578b63
No related branches found
No related tags found
1 merge request!107modify clustering to use the latest components
This commit is part of merge request !107. Comments created here will be created in the context of that merge request.
......@@ -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
......
......@@ -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
......
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