]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTick.h
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTick.h
index b93e00db8078b7e372289fe1a31b7d0ad3189a38..e873de7c41b9ed0b7acb1e8abcb2ae638640a04c 100644 (file)
@@ -7,6 +7,8 @@
 
 //_________________________________________________________________________
 //  Class for EMCAL time digitization
+//  holds info on a single
+//  digit time bucket
 //                  
 //*-- Author: Dmitri Peressounko (SUBATECH)
 
@@ -32,7 +34,7 @@ public:
     {if(fB) return fTime + (threshold - fA)/fB ;
     else return 1. ;} //return very big time
 
-  Float_t GetTime(void){return fTime ;}
+  Float_t GetTime(void) const {return fTime ;}
 
   void operator+=(AliEMCALTick const &rValue) ;