]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/fpprod/check.C
adapted macro to QAManager
[u/mrichter/AliRoot.git] / test / fpprod / check.C
index 0f7f32b962a0a8ecd69ae0f7f7dfb7469a82a71c..5f336bed5feb032fe12c53b82bd0ec1bea463b55 100644 (file)
@@ -6,6 +6,10 @@ void check(){
     new AliRun("gAlice","The ALICE Off-line Simulation Framework");
   }
 
+  gSystem->Load("liblhapdf");      // Parton density functions
+  gSystem->Load("libEGPythia6");   // TGenerator interface
+  gSystem->Load("libpythia6");     // Pythia
+  gSystem->Load("libAliPythia6");  // ALICE specific implementations
   gSystem->Load("libdpmjet");
   gSystem->Load("libTDPMjet");
   gROOT->Macro("$ALICE_ROOT/STEER/CheckESD.C");