]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added declaration of fTlength (thanks to P. Hristov)
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Nov 2000 18:12:43 +0000 (18:12 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Nov 2000 18:12:43 +0000 (18:12 +0000)
RICH/AliRICHCerenkov.cxx

index 04407ea0beda943c5dbfc47afee32cb854bd12ee..6789941b908dd1e7d22fde8cd33c196a069cc145 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.1  2000/06/12 15:16:59  jbarbosa
+  Cleaned up version.
+
 */
 #include "AliRICHCerenkov.h"
 
@@ -30,6 +33,7 @@ AliRICHCerenkov::AliRICHCerenkov(Int_t shunt, Int_t track, Int_t *vol, Float_t *
     fZ=hits[3];
     fTheta=hits[4];
     fPhi=hits[5];
+    fTlength=hits[6];
     fEloss=hits[7];
     fPHfirst=(Int_t) hits[8];
     fPHlast=(Int_t) hits[9];