123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="1000" filesPerHour="5" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- cd /gpfs01/star/scratch/pusheax/FemtoDst/pp200/kaons
- root -b -q FemtoDstMaker_kaons_pp200_y2015.C\(\"$FILELIST\",\"$JOBID.root\",false\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="catalog:star.bnl.gov?production=P16id,collision=pp200,filetype=daq_reco_mudst,sname2=st_physics,filename~st_physics,filename~MuDst,tpx=1,sanity=1,trgsetupname~production_pp200,storage!=HPSS" preferStorage="local" nFiles="all" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|