]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix - Jira ticket ALIROOT-5665
authormasera <massimo.masera@cern.ch>
Thu, 30 Oct 2014 09:50:44 +0000 (10:50 +0100)
committermasera <massimo.masera@cern.ch>
Thu, 30 Oct 2014 09:50:44 +0000 (10:50 +0100)
ITS/AliITSV0Finder.cxx

index 89c95a220298a47236f7d8abe36832243faa7105..c02ff2f8178338a983d06f58dea502bb3f6c4d98 100644 (file)
@@ -636,7 +636,7 @@ void AliITSV0Finder::FindV02(AliESDEvent *event,
       vertexKF.Y() = tracker->GetY();
       vertexKF.Z() = tracker->GetZ();
       vertexKF.Covariance(0,0) = tracker->GetSigmaX()*tracker->GetSigmaX();
-      vertexKF.Covariance(1,2) = tracker->GetSigmaY()*tracker->GetSigmaY();
+      vertexKF.Covariance(1,1) = tracker->GetSigmaY()*tracker->GetSigmaY();
       vertexKF.Covariance(2,2) = tracker->GetSigmaZ()*tracker->GetSigmaZ();
       
       AliKFParticle elecKF( *(pvertex->GetParamN()) ,11);