simTest.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Task description -->
  3. <job maxFilesPerProcess="100" filesPerHour="10" fileListSyntax="xrootd">
  4. <!-- Decription of the task -->
  5. <command>
  6. setenv NODEBUG yes
  7. starver SL16l
  8. ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc482
  9. ln -s /star/data01/pwg/pusheax/devel/nodebug/.sl64_gcc447
  10. ln -s /star/data01/pwg/pusheax/devel/StRoot
  11. root -b -q simKaonHBT_pp500_FemtoDst_1D.C\(\"$FILELIST\",\"$JOBID.root\"\)
  12. </command>
  13. <SandBox installer="ZIP">
  14. <Package>
  15. <File>file:./sumTest.xml</File>
  16. <File>file:./simKaonHBT_pp500_FemtoDst_1D.C</File>
  17. <File>file:./StRoot</File>
  18. </Package>
  19. </SandBox>
  20. <ResourceUsage>
  21. <Priority>99</Priority>
  22. </ResourceUsage>
  23. <!-- Get input files from get_file_lis.pl -->
  24. <input URL="file:/star/data01/pwg/pusheax/data/pythia6/pp510_vanilla/*.root" nFiles="50" />
  25. <stdout URL="file:./log/out/$JOBID.out" />
  26. <stderr URL="file:./log/err/$JOBID.err" />
  27. <output fromScratch="$JOBID.root" toURL="file:/star/data01/pwg/pusheax/run/HBT/pp510_pythia6" />
  28. </job>