From 555ccc340d4dab74970300f2be2aef61c40f3751 Mon Sep 17 00:00:00 2001 From: jbarbosa Date: Fri, 10 Nov 2000 18:12:43 +0000 Subject: [PATCH] Added declaration of fTlength (thanks to P. Hristov) --- RICH/AliRICHCerenkov.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RICH/AliRICHCerenkov.cxx b/RICH/AliRICHCerenkov.cxx index 04407ea0bed..6789941b908 100644 --- a/RICH/AliRICHCerenkov.cxx +++ b/RICH/AliRICHCerenkov.cxx @@ -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]; -- 2.39.3