]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTick.h
Added the option to loop over a selected number of events, in preparation of ESD
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTick.h
index b93e00db8078b7e372289fe1a31b7d0ad3189a38..f31d361ffe6f42cd9ffd44f8483dd847c30863b3 100644 (file)
@@ -32,7 +32,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) ;