]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not use mean vertex constraint (Andrea)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 May 2008 12:15:24 +0000 (12:15 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 May 2008 12:15:24 +0000 (12:15 +0000)
test/fpprod/rec.C

index e5cc22c566db9546614ae07b6ec069cf703cf36f..e49150386db3d03b967be15da33e68162a474740 100644 (file)
@@ -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();