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
Branches
Tags
1 merge request!107modify clustering to use the latest components
...@@ -3,7 +3,7 @@ clustering:process : ...@@ -3,7 +3,7 @@ clustering:process :
stage: process stage: process
timeout: 8 hour timeout: 8 hour
script: 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: clustering:results:
extends: .rec_benchmark extends: .rec_benchmark
......
...@@ -82,7 +82,6 @@ export FULL_CAL_REC_FILE="rec_${FULL_CAL_NAME_TAG}.root" ...@@ -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_NUMEV = ${FULL_CAL_NUMEV}"
echo "FULL_CAL_COMPACT_PATH = ${FULL_CAL_COMPACT_PATH}" echo "FULL_CAL_COMPACT_PATH = ${FULL_CAL_COMPACT_PATH}"
":" << END
# Generate the input events # Generate the input events
python benchmarks/imaging_ecal/scripts/gen_particles.py ${FULL_CAL_GEN_FILE} -n ${FULL_CAL_NUMEV}\ 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}\ --angmin 60 --angmax 120 --phmin 0 --phmax 360 --pmin ${FULL_CAL_PMIN} --pmax ${FULL_CAL_PMAX}\
...@@ -108,7 +107,6 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -108,7 +107,6 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR running npdet" echo "ERROR running npdet"
exit 1 exit 1
fi fi
END
rootls -t "${FULL_CAL_SIM_FILE}" rootls -t "${FULL_CAL_SIM_FILE}"
...@@ -126,7 +124,7 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -126,7 +124,7 @@ if [[ "$?" -ne "0" ]] ; then
exit 1 exit 1
fi fi
# TODO analysis scripts # TODO analysis scripts to have PR plots!
root_filesize=$(stat --format=%s "${FULL_CAL_REC_FILE}") root_filesize=$(stat --format=%s "${FULL_CAL_REC_FILE}")
if [[ "${FULL_CAL_NUMEV}" -lt "500" ]] ; then if [[ "${FULL_CAL_NUMEV}" -lt "500" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment