aligner_300_AuAu.xml 908 B

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