X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Ffpprod%2Frec.C;h=d10ae747622f5ca25a269b59c742e1e277135158;hp=8564ef8635e6d172c58f1295c6a1b04c235aaa22;hb=4e056e45b99ace44bdfe74c05f2a180e4b6a562b;hpb=7fb59432175aaa17f9c81ade2ccee7aa045fe61a diff --git a/test/fpprod/rec.C b/test/fpprod/rec.C index 8564ef8635e..d10ae747622 100644 --- a/test/fpprod/rec.C +++ b/test/fpprod/rec.C @@ -9,23 +9,10 @@ void rec() { reco.SetWriteESDfriend(); reco.SetWriteAlignmentData(); - AliTPCRecoParam * tpcRecoParam = AliTPCRecoParam::GetLowFluxParam(); - AliTPCReconstructor::SetRecoParam(tpcRecoParam); - AliTPCReconstructor::SetStreamLevel(1); - // reco.SetInput("raw.root"); - reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS EMCAL MUON VZERO T0 FMD PMD ZDC"); - reco.SetRunQA(""); - reco.SetRunGlobalQA(kFALSE); - reco.SetMeanVertexConstraint(kFALSE); -// **** The field map settings must be the same as in Config.C ! - AliMagWrapCheb* field = 0x0; - //field = new AliMagWrapCheb("Maps","Maps", 2, 0., 10., AliMagWrapCheb::k2kG); - //Bool_t uniform=kTRUE; - //AliTracker::SetFieldMap(field,uniform); // tracking with the uniform field - field = new AliMagWrapCheb("Maps","Maps", 2, 1., 10., AliMagWrapCheb::k5kG); - Bool_t uniform=kFALSE; - AliTracker::SetFieldMap(field,uniform); // tracking with the real map + reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB"); + reco.SetSpecificStorage("GRP/GRP/Data", + Form("local://%s",gSystem->pwd())); TStopwatch timer; timer.Start();