test_bingchu.xml 678 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <job maxFilesPerProcess="20" filesPerHour="20" fileListSyntax="paths" simulateSubmission="false">
  3. <command>
  4. cd ${SUBMITTINGDIRECTORY}
  5. foreach input (`cat $FILELIST`)
  6. mkdir ${JOBID}
  7. cd ${JOBID}
  8. root.exe -q -b 'bfc.C(1e9,"in,analysis,mysql,gmtmatch,nodefault","@'${FILELIST}'",0,"'${JOBID}'.root")' &gt;&amp; ${JOBID}B.log
  9. end
  10. </command>
  11. <!--- <input URL="file:/star/subsys/tpc/2013/Cosmics/2DFF/*event.root" /> -->
  12. <input URL="command:/star/u/pusheax/bin/GetGMTlist.bash" />
  13. <stdout URL="file:/star/u/pusheax/work/test_bingchu/log/$JOBID.log" />
  14. <stderr URL="file:/star/u/pusheax/work/test_bingchu/log/$JOBID.err" />
  15. </job>