]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFdigit.h
bugfix: corrected calculation of slice and partition from track point Id
[u/mrichter/AliRoot.git] / TOF / AliTOFdigit.h
index c3f513607198c480879ddefac577dabab28bbb0e..a9b3a7fa27771f96bb6df95ed876846b51ebc0fa 100644 (file)
@@ -17,9 +17,9 @@
 #include "AliDigit.h"
 
 class AliTOFdigit : public AliDigit {
-
+  
   //overloading of the streamer << operator
-friend ostream& operator << ( ostream& , const AliTOFdigit&) ;
+  friend ostream& operator << (ostream &, const AliTOFdigit&) ;
 
  public:
  AliTOFdigit();
@@ -70,6 +70,9 @@ protected:
                    // 'charge' measurement
   Int_t   fToT;     // simulated ToT
 
+ private:
+  AliTOFdigit &operator=(const AliTOFdigit& digit);
+
   ClassDef(AliTOFdigit,5)  // Digit for Time Of Flight
 };