From: belikov Date: Mon, 5 Jul 2010 11:20:07 +0000 (+0000) Subject: Bug fix in the constructor. AliVTrack::XvYvZv() changed to AliVTrack::GetXYZ() (S... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b63c360516e03ba74b66242fec234c5a5eab1d5b Bug fix in the constructor. AliVTrack::XvYvZv() changed to AliVTrack::GetXYZ() (S.Gorbunov) --- diff --git a/STEER/AliKFParticle.cxx b/STEER/AliKFParticle.cxx index e3d3d6fff15..76bd984a94d 100644 --- a/STEER/AliKFParticle.cxx +++ b/STEER/AliKFParticle.cxx @@ -52,7 +52,7 @@ AliKFParticle::AliKFParticle( const AliVTrack &track, Int_t PID ) { // Constructor from ALICE track, PID hypothesis should be provided - track.XvYvZv(fP); + track.GetXYZ(fP); track.PxPyPz(fP+3); fQ = track.Charge(); track.GetCovarianceXYZPxPyPz( fC );