t_ped.xml 531 B

1234567891011
  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="command:/star/u/pusheax/bin/GetGMTlist.bash" />
  8. <stdout URL="file:/star/u/pusheax/work/run/last/t_ped/log/$JOBID.log" />
  9. <stderr URL="file:/star/u/pusheax/work/run/last/t_ped/log/$JOBID.err" />
  10. </job>