Skip to content
Snippets Groups Projects
Commit db1cd74a authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

Debug TOF

parent 21a7d556
No related branches found
No related tags found
1 merge request!92Draft: Resolve "Add TOF benchmark"
......@@ -57,7 +57,7 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=100
fi
export JUGGLER_N_EVENTS=100
export JUGGLER_N_EVENTS=1000
export JUGGLER_FILE_NAME_TAG="tof_hits"
export JUGGLER_GEN_FILE="${LOCAL_DATA_PATH}/${JUGGLER_FILE_NAME_TAG}.hepmc"
......@@ -109,9 +109,9 @@ if [ -z "${SIM_ONLY}" ] ; then
fi
root_filesize=$(stat --format=%s "${JUGGLER_SIM_FILE}")
if [[ "${JUGGLER_N_EVENTS}" -lt "500" ]] ; then
if [[ "${JUGGLER_N_EVENTS}" -lt "1100" ]] ; then
# file must be less than 10 MB to upload
if [[ "${root_filesize}" -lt "50000000" ]] ; then
if [[ "${root_filesize}" -lt "300000000" ]] ; then
cp ${JUGGLER_SIM_FILE} results/.
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment