]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct loading of geometry in Digitize method and add new calibration in DigitizeEne...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Mar 2006 08:42:14 +0000 (08:42 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Mar 2006 08:42:14 +0000 (08:42 +0000)
EMCAL/AliEMCALDigitizer.h

index 737b14f2bad7c90f52c5d67bce46425d4ab22356..4043138601f631ba58233c84e65a21f25858fb7c 100644 (file)
@@ -86,7 +86,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   DigitizeEnergy(Float_t energy, Int_t AbsId) ;
 
 private: