]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROhit.cxx
Fix for transient fSDigits, AliITSRawStream classes adapted to changed AliRawReader...
[u/mrichter/AliRoot.git] / VZERO / AliVZEROhit.cxx
index cd71dc41cf9a1a61d5b5180b22c29dc73ce1fd9e..f5f264b12a267ac95e029763121ac96ea66e75bb 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 
 #include "AliVZEROhit.h"
 
@@ -44,7 +46,11 @@ AliVZEROhit::AliVZEROhit(Int_t shunt, Int_t track, Int_t* vol, Float_t* hits):
   fPy              = hits[12];
   fPz              = hits[13];
   
-  fEloss           = hits[14];
-  fTleng           = hits[15];
+  fVx              = hits[14];
+  fVy              = hits[15];
+  fVz              = hits[16];
+  
+  fEloss           = hits[17];
+  fTleng           = hits[18];
   
 }