]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFdigit.h
New version of SPD raw-data reconstruction. The format now correponds to the actual...
[u/mrichter/AliRoot.git] / TOF / AliTOFdigit.h
index 7bab7fa85c7e3fcb744b2640e00ed8036d4c8fa0..09675056ec260956314aeb431ae28a52dbbc320a 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef ALITOFDIGIT_H
+#define ALITOFDIGIT_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 ////////////////////////////////////////////////
 //                                            //
 //  Digit class for TOF                       //
@@ -7,11 +12,6 @@
 //                                            //
 ////////////////////////////////////////////////
 
-#ifndef ALITOFDIGIT_H
-#define ALITOFDIGIT_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
 /* $Id$ */
 
 #include "AliDigit.h"
@@ -24,7 +24,7 @@ class AliTOFdigit : public AliDigit {
 friend ostream& operator << ( ostream& , const AliTOFdigit&) ;
 
  public:
-  AliTOFdigit(){}
+ AliTOFdigit();
   AliTOFdigit(Int_t* tracks, Int_t* vol, Float_t* digit);
 // new ctor for sdigits
   AliTOFdigit(Int_t sector, Int_t plate, Int_t strip, Int_t padx, Int_t padz, Float_t tdc, Float_t adc);
@@ -54,7 +54,7 @@ friend ostream& operator << ( ostream& , const AliTOFdigit&) ;
   //overloading of ==, + operators (summable digits)
   
   Bool_t operator==(const AliTOFdigit& digit) const;
-  AliTOFdigit& operator+(AliTOFdigit const &digit) ;  
+  AliTOFdigit operator+(const AliTOFdigit &digit) ;  
 
 
 protected: