]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/fpprod/aod.C
Updated list of libraries to be loaded
[u/mrichter/AliRoot.git] / test / fpprod / aod.C
CommitLineData
28b75255 1void aod(){
7fb59432 2 if (!strcmp(gSystem->GetBuildArch(),"win32gcc")) {
3 gSystem->Load("libProof");
4 gSystem->Load("libGui");
5 gROOT->Macro("loadlibs.C");
6 new AliRun("gAlice","The ALICE Off-line Simulation Framework");
7 }
28b75255 8
bfd91b5c 9 gSystem->Load("liblhapdf"); // Parton density functions
10 gSystem->Load("libEGPythia6"); // TGenerator interface
11 gSystem->Load("libpythia6"); // Pythia
12 gSystem->Load("libAliPythia6"); // ALICE specific implementations
28b75255 13 gSystem->Load("libdpmjet");
14 gSystem->Load("libTDPMjet");
15 gROOT->Macro("$ALICE_ROOT/STEER/CreateAODfromESD.C");
16}