]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigitizer.h
Change digits energy from Int_t to Float; Implement time cut window in clusterization
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigitizer.h
index 716933aa37fef9e6ee6e0b83c34a53f3df6dfa7d..fea08117b272976739b6bf9b8d999132df7dafdb 100644 (file)
@@ -88,7 +88,7 @@ private:
   //Calculate the time of crossing of the threshold by front edge
   //Float_t FrontEdgeTime(TClonesArray * ticks) ;
        
-  Int_t   DigitizeEnergy(Float_t energy, Int_t AbsId) ;
+  Float_t DigitizeEnergy(Float_t energy, Int_t AbsId) ;
   void    Digits2FastOR(TClonesArray*digitsTMP, TClonesArray* digitsTRG);
   void    DigitalFastOR(Double_t time, Double_t dE, Int_t timeSamples[], Int_t nSamples);