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();