]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/generators/TUHKMgen/rec.C
Removing obsolete macros, changes to work with the trunk, clean-up
[u/mrichter/AliRoot.git] / test / generators / TUHKMgen / rec.C
index ebed8d3fbee41a3ec819d0a15dac46273986197f..e576eacdd6df34b15a6dc46c7f9361eb9a24b7a0 100644 (file)
@@ -1,10 +1,4 @@
 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();
@@ -14,11 +8,6 @@ void rec() {
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s",gSystem->pwd()));
 
-  AliGRPRecoParam *grpRecoParam = AliGRPRecoParam::GetLowFluxParam();
-  grpRecoParam->SetVertexerTracksConstraintITS(kFALSE);
-  grpRecoParam->SetVertexerTracksConstraintTPC(kFALSE);
-  reco.SetRecoParam("GRP",grpRecoParam);
-
   TStopwatch timer;
   timer.Start();
   reco.Run();