]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Misprints fixed.
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jun 2007 16:24:07 +0000 (16:24 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jun 2007 16:24:07 +0000 (16:24 +0000)
PHOS/AliPHOSRecPoint.cxx

index 038731628b31ff111cc8380517a20409e82f0f79..0b78354d5c409344de0b15d33030d810dfb681b2 100644 (file)
@@ -367,6 +367,6 @@ void AliPHOSRecPoint::EvalLocal2TrackingCSTransform()
   if(!tr2loc) AliFatal(Form("No Tracking2LocalMatrix found."));
 
   tr2loc->MasterToLocal(lxyz,txyz);
-  SetX(0.); SetY(txyz[1]); SetY(txyz[2]);
+  SetX(txyz[0]); SetY(txyz[1]); SetZ(txyz[2]);
 
 }