123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="1" filesPerHour="1" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- cd /gpfs01/star/scratch/pusheax/simu/urqmd/urqmd_auau200/O97Dst
-
- ln -s /star/u/pusheax/macros/HBT/simKaonHBT_O97Dst_1D_TEST.C
- ln -s /star/data01/pwg/pusheax/devel/.sl64_gcc482 .
- ln -s /star/data01/pwg/pusheax/devel/.sl64_gcc482 .sl64_gcc447
- ln -s /star/data01/pwg/pusheax/devel/StRoot
-
- root -b -q simKaonHBT_O97Dst_1D_TEST.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="file:/gpfs01/star/scratch/pusheax/simu/urqmd/urqmd_auau200/O97Dst/urqmd_*.f19.root" preferStorage="local" nFiles="all" />
- <stdout URL="file:./$JOBID.out" />
- <stderr URL="file:./$JOBID.err" />
- <output fromScratch="$JOBID.root" toURL="file:/gpfs01/star/scratch/pusheax/simu/urqmd/urqmd_auau200/O97Dst/"/>
- </job>
|