]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/pploadlibs/runsim.C
Replace the PHOS version from IHEP to Run1 and fix the compilation, when possibletest...
[u/mrichter/AliRoot.git] / test / pploadlibs / runsim.C
1 void runsim(){
2   gROOT->Macro("loadlibssim.C");
3
4   gSystem->Load("libgeant321");
5
6   gROOT->Macro("sim.C");
7 }