]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Bug fix - Use the proper z vertex
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Dec 2008 16:43:12 +0000 (16:43 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Dec 2008 16:43:12 +0000 (16:43 +0000)
commitcedc28015566708e53b5df672184d72de4c8eefe
tree68c0f23e13ec7fd6a6d70ff535106131dccce6ae
parentdc86eb511832cb913ca6931aaae3fde4438ba9a2
Bug fix - Use the proper z vertex
for TOF correction
-  dist+=(fPrimVtx[0]-x[2])*(fPrimVtx[0]-x[2]);
+  dist+=(fPrimVtx[2]-x[2])*(fPrimVtx[2]-x[2]);
TPC/AliTPCTransform.cxx