123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="3" filesPerHour="1" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- cd /star/data01/pwg/pusheax/run/femtoDst/pp500_y2011
- ln -s /star/data01/pwg/pusheax/devel/StRoot .
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc447 .
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482 .
-
- root -b -q FemtoDstMaker_mesons_pp500_y2011.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=P11id,collision=pp500,filetype=daq_reco_mudst,sname2=st_physics,filename~st_physics,filename~MuDst,runnumber[]12087001-12111023,tpx=1,sanity=1,trgsetupname~pp500_production_2011,storage!=HPSS" preferStorage="local" nFiles="all" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|