]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/pileup/aod.C
Extra header added to the list
[u/mrichter/AliRoot.git] / test / pileup / aod.C
1 void aod(){
2   gSystem->Load("liblhapdf");      // Parton density functions
3   gSystem->Load("libEGPythia6");   // TGenerator interface
4   gSystem->Load("libpythia6");     // Pythia
5   gSystem->Load("libAliPythia6");  // ALICE specific implementations
6   gSystem->Load("libDPMJET");
7   gSystem->Load("libTDPMjet");
8  
9   gSystem->Load("libANALYSIS");
10   gSystem->Load("libANALYSISalice");
11   gSystem->Load("libCORRFW");
12   gSystem->Load("libPWGHFbase");
13   gSystem->Load("libPWGmuon");
14   gSystem->Load("libESDfilter");
15   gSystem->Load("libTender");
16   gSystem->Load("libPWGPP");
17
18   gROOT->Macro("${ALICE_ROOT}/STEER/macros/CreateAODfromESD.C(\"AliESDs.root\",\"AliAODs.root\",\"local://$ALICE_ROOT/OCDB\",\"local://.\")");
19 }