12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8" ?>
- <job maxFilesPerProcess="30" fileListSyntax="paths">
- <!-- <job maxFilesPerProcess="1" filesPerHour="1" fileListSyntax="xrootd"> -->
- <command>
- cd ${SUBMITTINGDIRECTORY}
- setenv STARFPE NO
- source ~/.cshrc
- dev2
- set logFile = ${JOBID}B.log
- root.exe -q -b ' bfc.C(99999999,"in,gmtAligner,tpcDb,corrX,analysis,mysql,nodefault","@'${FILELIST}'",0,"align_'${JOBID}'.root")' >& ${logFile}
- </command>
- <stdout URL="file:/star/u/pusheax/work/run/GMT/last/AuAu_align/log/AuAu_align_$JOBID.log" />
- <stderr URL="file:/star/u/pusheax/work/run/GMT/last/AuAu_align/log/AuAu_align_$JOBID.err" />
- <!-- <input URL="command:CosmicsAnalysis.pl" /> -->
- <!-- <input URL="command:EandBSample.pl" /> -->
- <!-- <input URL="file:/star/subsys/tpc/fisyak/reco/2015/GMT2/*event.root" /> -->
- <input URL="file:/star/u/pusheax/work/run/GMT/last/AuAu/*event.root" />
- </job>
|