X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Ffpprod%2Frec.C;h=8564ef8635e6d172c58f1295c6a1b04c235aaa22;hp=ac8dd5534bdc38cdf0d2a8ec0eacb5a71fe6c68e;hb=7fb59432175aaa17f9c81ade2ccee7aa045fe61a;hpb=47b37a161d20c9bb791e84cc25f0f6e2a7ec6f9f diff --git a/test/fpprod/rec.C b/test/fpprod/rec.C index ac8dd5534bd..8564ef8635e 100644 --- a/test/fpprod/rec.C +++ b/test/fpprod/rec.C @@ -1,4 +1,10 @@ void rec() { + if (!strcmp(gSystem->GetBuildArch(),"win32gcc")) { + gSystem->Load("libProof"); + gSystem->Load("libGui"); + gROOT->Macro("loadlibsrec.C"); + new AliRun("gAlice","The ALICE Off-line Simulation Framework"); + } AliReconstruction reco; reco.SetWriteESDfriend();