]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix in the constructor. AliVTrack::XvYvZv() changed to AliVTrack::GetXYZ() (S...
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2010 11:20:07 +0000 (11:20 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2010 11:20:07 +0000 (11:20 +0000)
STEER/AliKFParticle.cxx

index e3d3d6fff15a5e081b942ea30f7b8e9a2ff51841..76bd984a94de3cb46a554a2f20f6b370fd52e0c4 100644 (file)
@@ -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 );