]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/embedding/rec.C
Fixing bug #59470
[u/mrichter/AliRoot.git] / test / embedding / rec.C
index 0e4974cf31e5e277c6209f584aa971160a0d1eef..dcf8fc79e2775a79bf41b95a60c4e123c8331039 100644 (file)
@@ -1,7 +1,6 @@
 void rec(Int_t embrun=0) {\r
 //  new AliRun("gAlice","The ALICE Off-line Simulation Framework");\r
   AliReconstruction reco;\r
-  reco.SetUniformFieldTracking(kFALSE);\r
   reco.SetWriteESDfriend(kTRUE);\r
   reco.SetWriteAlignmentData(kFALSE);\r
 //    reco.SetRecoParam("ITS",AliITSRecoParam::GetHighFluxParam());\r
@@ -27,6 +26,7 @@ void rec(Int_t embrun=0) {
     reco.SetSpecificStorage("GRP/GRP/Data",\r
                            Form("local://%s",gSystem->pwd()));\r
   }\r
+  reco.SetRunPlaneEff(kTRUE);\r
   reco.SetRunQA("ALL:ALL") ;\r
   \r
   AliQA::SetQARefStorage("local://$ALICE_ROOT/OCDB") ;\r