1234567891011 |
- <?xml version="1.0" encoding="utf-8" ?>
- <job maxFilesPerProcess="20" filesPerHour="20" fileListSyntax="paths" simulateSubmission="false">
- <command>
- cd ${SUBMITTINGDIRECTORY}
- root.exe -q -b 'bfc.C(1e9,"in,analysis,mysql,gmtmatch,nodefault","@'${FILELIST}'",0,"'${JOBID}'.root")' >& ${JOBID}B.log
- </command>
- <input URL="command:/star/u/pusheax/bin/GetGMTlist.bash" />
- <stdout URL="file:/star/u/pusheax/work/run/last/t_ped/log/$JOBID.log" />
- <stderr URL="file:/star/u/pusheax/work/run/last/t_ped/log/$JOBID.err" />
- </job>
|