Skip to content

Commit

Permalink
Merge pull request #4 from pfs/gf_June15
Browse files Browse the repository at this point in the history
what a waste of time...
  • Loading branch information
Giovanni Franzoni authored Jun 29, 2020
2 parents bfc7706 + 1095202 commit 4bd3a55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SubmitFileGSD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ if [ ${localFlag} == "True" ]
cp *DQM*.root ${curDir}/${outDir}/DQM/
fi
else
xrdcp -N -v *${dataTier}*.root root://eoscms.cern.ch/${eosArea}/${outDir}/${dataTier}/
a=`ls *.root`
echo "Will copy ${a} to output directory in EOS"
xrdcp -N -v ${a} root://eoscms.cern.ch/${eosArea}/${outDir}/${dataTier}/Events_${clusterid}_${procid}.root
#xrdcp -N -v *${dataTier}*.root root://eoscms.cern.ch/${eosArea}/${outDir}/${dataTier}/
if [ ${keepDQMfile} == "True" ]
then
xrdcp -N -v *DQM*.root root://eoscms.cern.ch/${eosArea}/${outDir}/DQM/
Expand Down

0 comments on commit 4bd3a55

Please sign in to comment.