From: hristov Date: Tue, 13 May 2008 12:15:24 +0000 (+0000) Subject: Do not use mean vertex constraint (Andrea) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=277bafdccb9f2f51bf8da261da8df9c80764a6ed;hp=982ce430ce616cc9eb227f97ea4404693ef82258 Do not use mean vertex constraint (Andrea) --- diff --git a/test/fpprod/rec.C b/test/fpprod/rec.C index e5cc22c566d..e49150386db 100644 --- a/test/fpprod/rec.C +++ b/test/fpprod/rec.C @@ -10,6 +10,7 @@ void rec() { reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS EMCAL MUON VZERO T0 FMD PMD ZDC"); reco.SetRunQA(kFALSE); reco.SetRunGlobalQA(kFALSE); + reco.SetMeanVertexConstraint(kFALSE); TStopwatch timer; timer.Start();