123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="50" filesPerHour="10" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- starver SL16l
- cd /star/data01/pwg/pusheax/run/femtoDst/pp500_y2011
- 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_pp500_y2011.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="file:/star/data01/pwg/pusheax/data/femtoDst/pp510_y2011/*.root" nFiles="all" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|