]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Better starting value for estimate of covariance matrix (Maksym, Silvia)
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Sep 2011 13:54:37 +0000 (13:54 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Sep 2011 13:54:37 +0000 (13:54 +0000)
STEER/ESD/AliKFParticleBase.cxx

index 174efb66a0d3a9b6ac9a48eb9dc6626264f15570..4bf3f04693e3472c7af9c6c0809e59ccd60873da 100644 (file)
@@ -551,7 +551,7 @@ void AliKFParticleBase::SetProductionVertex( const AliKFParticleBase &Vtx )
     TransportToDS( GetDStoPoint( m ) );    
     fP[7] = -fSFromDecay;
     fC[28] = fC[29] = fC[30] = fC[31] = fC[32] = fC[33] = fC[34] = 0;
-    fC[35] = 1000.;
+    fC[35] = 0.1;
     
     Convert(1);
   }