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();