gmt_test1.xml 592 B

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