Skip to content
Snippets Groups Projects
Commit 365aa24d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dvcs/dvcs.sh

parent 2e97ad9d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment