12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="15" filesPerHour="5" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- cd /star/data01/pwg/pusheax/run/pAu/
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc447
- ln -s /star/data01/pwg/pusheax/devel/nodebug/StRoot
- root -b -q FemtoDstQA_pau200_y2015.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="file:/star/data01/pwg/pusheax/data/femtoDst/pAu200/y2015_pass_0/*.root" nFiles="all" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|