1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8" ?>
- <job maxFilesPerProcess="100" fileListSyntax="paths">
- <!-- <job maxFilesPerProcess="1" filesPerHour="1" fileListSyntax="xrootd"> -->
- <command>
- cd ${SUBMITTINGDIRECTORY}
- setenv STARFPE NO
- set logFile = ${JOBID}B.log
- root.exe -q -b ' bfc.C(99999999,"in,gmtAligner,tpcDb,corrX,analysis,mysql,nodefault","@'${FILELIST}'",0,"'${JOBID}'.root")' >& ${logFile}
- </command>
- <stdout URL="file:/star/u/pusheax/work/run/GMT/last/aligner_22/log/aligner_22_$JOBID.log" />
- <stderr URL="file:/star/u/pusheax/work/run/GMT/last/aligner_22/log/aligner_22_$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/data/*event.root" />
- </job>
|