aligner_12.xml 878 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <job maxFilesPerProcess="100" fileListSyntax="paths">
  3. <!-- <job maxFilesPerProcess="1" filesPerHour="1" fileListSyntax="xrootd"> -->
  4. <command>
  5. cd ${SUBMITTINGDIRECTORY}
  6. setenv STARFPE NO
  7. set logFile = ${JOBID}B.log
  8. root.exe -q -b ' bfc.C(99999999,"in,gmtAligner,tpcDb,corrX,analysis,mysql,nodefault","@'${FILELIST}'",0,"'${JOBID}'.root")' &gt;&amp; ${logFile}
  9. </command>
  10. <stdout URL="file:/star/u/pusheax/work/run/GMT/last/aligner_12/log/aligner_12_$JOBID.log" />
  11. <stderr URL="file:/star/u/pusheax/work/run/GMT/last/aligner_12/log/aligner_12_$JOBID.err" />
  12. <!-- <input URL="command:CosmicsAnalysis.pl" /> -->
  13. <!-- <input URL="command:EandBSample.pl" /> -->
  14. <!-- <input URL="file:/star/subsys/tpc/fisyak/reco/2015/GMT2/*event.root" /> -->
  15. <input URL="file:/star/u/pusheax/work/run/GMT/last/data/*event.root" />
  16. </job>