1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="50" filesPerHour="2" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- starver SL16l
- cd /star/data01/pwg/pusheax/run/HBT/pp200_y2015
- ln -s /star/data01/pwg/pusheax/devel/StRoot .
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc447 .
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482 .
- ln -s /star/u/pusheax/macros/HBT/expKaonHBT_pp500_FemtoDst_1D.C
-
- root -b -q expKaonHBT_pp200_y2015gl_FemtoDst_1D.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="file:/star/data01/pwg/pusheax/data/femtoDst/pp200/*.root" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|