12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="50" filesPerHour="2" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- cd /star/data01/pwg/pusheax/run/HBT/pAu200_y2015
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482 .sl64_gcc447
- ln -s /star/data01/pwg/pusheax/devel/StRoot
-
- root -b -q expPionDCHBT_pau200_y2015_3D.C\(\"$FILELIST\",\"$JOBID.root\",0\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- 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>
|