]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/pileup/rec.C
small correction
[u/mrichter/AliRoot.git] / test / pileup / rec.C
index 5260ff5c74e9f36ae57eb90b3b1cb0ede3dd92ce..d10ae747622f5ca25a269b59c742e1e277135158 100644 (file)
@@ -10,15 +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);
-
   TStopwatch timer;
   timer.Start();
   reco.Run();