diff --git a/dvcs/dvcs.sh b/dvcs/dvcs.sh index 27f371bf8467ea1b836c899898a63968b0b4a0f9..a1e4ab1c3484c200c72a2c185fba53ae21aa9392 100644 --- a/dvcs/dvcs.sh +++ b/dvcs/dvcs.sh @@ -62,9 +62,7 @@ if [[ "$?" -ne "0" ]] ; then exit 1 fi -pwd mkdir -p results/dvcs - echo "STAND-IN FOR ANALYSIS SCRIPT" #root -b -q "dis/scripts/rec_dis_electrons.cxx(\"${JUGGLER_DETECTOR}/${JUGGLER_REC_FILE}\")" #if [[ "$?" -ne "0" ]] ; then @@ -72,7 +70,8 @@ echo "STAND-IN FOR ANALYSIS SCRIPT" # exit 1 #fi +# copy data if it is not too big if [[ "${JUGGLER_N_EVENTS}" -lt "500" ]] ; then -cp ${JUGGLER_DETECTOR}/${JUGGLER_REC_FILE} results/dvcs/. +cp ${JUGGLER_REC_FILE} results/dvcs/. fi