]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/merge/backgr/rec.C
Using GRP instead of local setters. Check of the created ESDs, production of standard...
[u/mrichter/AliRoot.git] / test / merge / backgr / rec.C
index 6b2161f2e297e24bb37f16addf26fe0b7476b312..a5349e124d77eb263339c26016d7e749da606960 100644 (file)
@@ -3,17 +3,12 @@ void rec() {
   AliReconstruction reco;
   reco.SetWriteESDfriend();
   reco.SetWriteAlignmentData();
-  reco.SetRecoParam("TPC",AliTPCRecoParam::GetLowFluxParam());
-  reco.SetRecoParam("TRD",AliTRDrecoParam::GetLowFluxParam());
-  reco.SetRecoParam("PHOS",AliPHOSRecoParam::GetDefaultParameters());
-  reco.SetRecoParam("MUON",AliMUONRecoParam::GetLowFluxParam());
-  //  reco.SetInput("raw.root");
-
-// **** The field map settings must be the same as in Config.C !
-  AliMagFMaps *field=new AliMagFMaps("Maps","Maps",2,1.,10.,AliMagFMaps::k5kG);
-  Bool_t uniform=kFALSE;
-  AliTracker::SetFieldMap(field,uniform);
 
+  reco.SetDefaultStorage("local://$ALICE_ROOT");
+  reco.SetSpecificStorage("GRP/GRP/Data",
+                         Form("local://%s",gSystem->pwd()));
+  reco.SetRecoParam("ITS",AliITSRecoParam::GetHighFluxParam()); // to change the default vertexer
   TStopwatch timer;
   timer.Start();
   reco.Run();