123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="5" filesPerHour="1" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- ln -s /star/u/pusheax/macros/femtoDst/FemtoDstKaon.C
- ln -s /star/data01/pwg/pusheax/stable/StRoot
- ln -s /star/data01/pwg/pusheax/stable/.sl64_gcc482 .
- ln -s /star/data01/pwg/pusheax/stable/.sl64_gcc447 .
- root.exe -b -q FemtoDstKaon.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="catalog:star.bnl.gov?production=P11id,collision=auau200,filetype=daq_reco_mudst,sname2=st_physics,filename~st_physics,filename~MuDst,runnumber[]12138081-12145020,tpx=1,tof=1,sanity=1,trgsetupname~AuAu200_production_2011,storage!=HPSS" preferStorage="local" nFiles="all" />
- <stdout URL="file:./$JOBID.out" />
- <stderr URL="file:./$JOBID.err" />
- <output fromScratch="$JOBID.root" toURL="file:/gpfs01/star/scratch/pusheax/MuToFemto/Kaon/part_2/"/>
- </job>
|