]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/pileup/rec.C
update for using DCA from global tracks on TPC-only tracks
[u/mrichter/AliRoot.git] / test / pileup / rec.C
index 5260ff5c74e9f36ae57eb90b3b1cb0ede3dd92ce..7023c081d5ea3676acb7392c03610e3dc95be7a6 100644 (file)
@@ -10,14 +10,10 @@ void rec() {
   reco.SetWriteESDfriend();
   reco.SetWriteAlignmentData();
 
-  reco.SetDefaultStorage("local://$ALICE_ROOT");
+  reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s",gSystem->pwd()));
-
-  AliGRPRecoParam *grpRecoParam = AliGRPRecoParam::GetLowFluxParam();
-  grpRecoParam->SetVertexerTracksConstraintITS(kFALSE);
-  grpRecoParam->SetVertexerTracksConstraintTPC(kFALSE);
-  reco.SetRecoParam("GRP",grpRecoParam);
+  reco.SetRunPlaneEff(kTRUE);
 
   TStopwatch timer;
   timer.Start();