]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/embedding/rec.C
Using EMCAL_COMPLETEV1 (Gustavo)
[u/mrichter/AliRoot.git] / test / embedding / rec.C
index 0e4974cf31e5e277c6209f584aa971160a0d1eef..5909a902c707c3f3e519336d99ac8916a7705e99 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
@@ -13,7 +12,7 @@ void rec(Int_t embrun=0) {
 //   AliTPCRecoParam * tpcRecoParam = AliTPCRecoParam::GetLowFluxParam();\r
 //   AliTPCReconstructor::SetRecoParam(tpcRecoParam);\r
 //   AliTPCReconstructor::SetStreamLevel(0);\r
-  reco.SetRunReconstruction("ITS TPC TRD TOF");\r
+  reco.SetRunReconstruction("ITS TPC TRD TOF VZERO");\r
 //   reco.SetDefaultStorage("alien://Folder=/alice/simulation/2008/v4-15-Release/Ideal/");\r
 //   reco.SetRunQA(kFALSE);\r
 //   reco.SetRunGlobalQA(kFALSE);\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