ROOT logo
void
TestAuxPAR()
{
  gROOT->Macro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/scripts/LoadLibs.C");
  gSystem->Load("libProof");
  gSystem->AddIncludePath("-I${ALICE_ROOT}/include");

  gROOT->LoadMacro("Railway.C++");
  gROOT->LoadMacro("ParUtilities.C++");

  TList files;
  files.Add(new TObjString("AAFRailway.C"));
  files.Add(new TObjString("GridRailway.C"));
  files.Add(new TObjString("analysis2/trains/../ForwardAODConfig.C"));

  ParUtilities::MakeAuxFilePAR(files, "test", true);

  TProof::Open("lite://");
  gProof->UploadPackage("test.par");
  gProof->EnablePackage("test.par");
}

  
 TestAuxPAR.C:1
 TestAuxPAR.C:2
 TestAuxPAR.C:3
 TestAuxPAR.C:4
 TestAuxPAR.C:5
 TestAuxPAR.C:6
 TestAuxPAR.C:7
 TestAuxPAR.C:8
 TestAuxPAR.C:9
 TestAuxPAR.C:10
 TestAuxPAR.C:11
 TestAuxPAR.C:12
 TestAuxPAR.C:13
 TestAuxPAR.C:14
 TestAuxPAR.C:15
 TestAuxPAR.C:16
 TestAuxPAR.C:17
 TestAuxPAR.C:18
 TestAuxPAR.C:19
 TestAuxPAR.C:20
 TestAuxPAR.C:21
 TestAuxPAR.C:22
 TestAuxPAR.C:23
 TestAuxPAR.C:24