Skip to content
Snippets Groups Projects
Commit 7f5e16d1 authored by Kong Tu's avatar Kong Tu
Browse files

Try to remove vertices myself

parent 48c67e48
No related branches found
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -94,7 +94,7 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}" ...@@ -94,7 +94,7 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
if [[ -n "${DATA_INIT}" || -n "${DO_ALL}" ]] ; then if [[ -n "${DATA_INIT}" || -n "${DO_ALL}" ]] ; then
mc -C . config host add S3 https://dtn01.sdcc.bnl.gov:9000 $S3_ACCESS_KEY $S3_SECRET_KEY mc -C . config host add S3 https://dtn01.sdcc.bnl.gov:9000 $S3_ACCESS_KEY $S3_SECRET_KEY
# mc -C . cat --insecure ${DATA_URL} | head -n 1004 > "${JUGGLER_MC_FILE}" # mc -C . cat --insecure ${DATA_URL} | head -n 1004 > "${JUGGLER_MC_FILE}"
mc -C . cat --insecure ${DATA_URL} > "${JUGGLER_MC_FILE}" mc -C . cat --insecure ${DATA_URL} | awk -F '\\@' '{print $1}' > "${JUGGLER_MC_FILE}"
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "Failed to download hepmc file" echo "Failed to download hepmc file"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment