]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDigit.h
Added Print method
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDigit.h
index ec3a8382966ee95579b920bc3fd3808c9b131f7a..7e440cc2b539e8701f91ac15d544f17b65acabf6 100644 (file)
@@ -47,6 +47,7 @@ class AliPHOSDigit : public AliDigitNew {
   Bool_t  IsSortable() const { 
     // says that AliPHOSDigits are sortable (needed for Sort method
     return kTRUE ; }
+  void    Print(Option_t *option) const;
   void    SetAmp(Int_t Amp) { 
     // sets the amplitude data member 
     fAmp=Amp ; }