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

try 18x275

parent e55d30ab
Branches
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -33,10 +33,9 @@ if [ -f "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}.root" ]; then ...@@ -33,10 +33,9 @@ if [ -f "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}.root" ]; then
echo "Found file and already downloaded." echo "Found file and already downloaded."
else else
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
for i in {10..20} for i in {1..20}
do do
DATA_URL="S3/eictest/ATHENA/RECO/acadia-v2.1/EXCLUSIVE/DVCS_ABCONV/18x275/3.ab.hiAcc.18x275_novtx.00${i}.root"
DATA_URL="S3/eictest/ATHENA/RECO/acadia-v2.1/EXCLUSIVE/DVCS_ABCONV/10x100/DVCS.1.ab.hiAcc.10x100_novtx.00${i}.root"
mc -C . cp --insecure ${DATA_URL} "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}_${i}.root" mc -C . cp --insecure ${DATA_URL} "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}_${i}.root"
done done
hadd -f "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}.root" "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}_"*".root" hadd -f "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}.root" "${INPUT_PATH_FROM_S3_TAG}/${REC_FILE}_"*".root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment