]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/ppbench/recraw/aod.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / test / ppbench / recraw / aod.C
1 void aod(){
2
3     gSystem->Load("libANALYSIS");
4     gSystem->Load("libANALYSISalice");
5     gSystem->Load("libCORRFW");
6     gSystem->Load("libPWGHFbase");
7     gSystem->Load("libPWGmuon");
8     gSystem->Load("libESDfilter");
9     gSystem->Load("libTENDER");
10     gSystem->Load("libPWGPP");
11
12     gROOT->Macro("${ALICE_ROOT}/STEER/CreateAODfromESD.C(\"AliESDs.root\",\"AliAODs.root\",\"local://$ALICE_ROOT/OCDB\",\"local://..\",kFALSE)");
13 }