12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job maxFilesPerProcess="100" filesPerHour="10" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- starver SL16l
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482
- ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc447
- ln -s /star/data01/pwg/pusheax/devel/StRoot
- root -b -q simKaonHBT_pp500_FemtoDst_1D.C\(\"$FILELIST\",\"$JOBID.root\"\)
- </command>
- <SandBox installer="ZIP">
- <Package>
- <File>file:./sumTest.xml</File>
- <File>file:./simKaonHBT_pp500_FemtoDst_1D.C</File>
- <File>file:./StRoot</File>
- </Package>
- </SandBox>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <!-- Get input files from get_file_lis.pl -->
- <input URL="file:/star/data01/pwg/pusheax/data/pythia6/pp510_vanilla/*.root" nFiles="50" />
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- <output fromScratch="$JOBID.root" toURL="file:/star/data01/pwg/pusheax/run/HBT/pp510_pythia6" />
- </job>
|