12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="20" filesPerHour="5" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- starver SL16l
- cd /star/data01/pwg/pusheax/run/femtoDst/pp200_y2015
- ln -s /star/data01/pwg/pusheax/devel/repository/my_star/StRoot .
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482 .
- ln -s .sl64_gcc482 .sl64_gcc447
- root -b -q FemtoDstMaker_pp200_y2015.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=P16id,collision=pp200,filetype=daq_reco_mudst,sname2=st_physics,filename~st_physics,filename~MuDst,tpx=1,sanity=1,trgsetupname~production_pp200long_2015,storage!=HPSS" preferStorage="local" nFiles="10" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|