]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigit.h
added a method to tell if the digit is in pre shower
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigit.h
index eba93033be78c543d832d9fbd6b7b0d67db2314b..6a1aab285e1b15c224920832745fc8f4744de30b 100644 (file)
@@ -49,7 +49,6 @@ class AliEMCALDigit : public AliDigitNew {
   Int_t   GetIparent(Int_t index) const ;
   const Float_t GetPhi() const;
   Float_t GetTime(void) const {return fTime ;}
-  const Bool_t IsInPreShower() const ;
   Bool_t  IsSortable() const { 
     // says that AliEMCALDigits are sortable (needed for Sort method
     return kTRUE ; }