X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Fpileup%2Frec.C;h=7023c081d5ea3676acb7392c03610e3dc95be7a6;hp=5260ff5c74e9f36ae57eb90b3b1cb0ede3dd92ce;hb=b546ca27c2c53ef6d2173efe25025071e354b6ba;hpb=8498bdf55a3793a956951ec5eba1b4cd788ee454 diff --git a/test/pileup/rec.C b/test/pileup/rec.C index 5260ff5c74e..7023c081d5e 100644 --- a/test/pileup/rec.C +++ b/test/pileup/rec.C @@ -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();