]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhitT0.h
Adding correction for FMD dead channels
[u/mrichter/AliRoot.git] / TOF / AliTOFhitT0.h
index a639aa010862724290720fa5e1a6eefd41c12956..22ac4602568dacf52801bc216b8c8f6262e1931f 100644 (file)
@@ -3,8 +3,6 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-#include "AliHit.h"
-
 ////////////////////////////////////////////////
 //                                            //
 //  Hit class for TOF                         //
 //                                            //
 ////////////////////////////////////////////////
  
+/* $Id$ */
+
+#include "AliHit.h"
+
 class AliTOFhitT0 : public AliHit {  
 public:
-  AliTOFhitT0() {}
-  AliTOFhitT0(Int_t shunt, Int_t track, Int_t* vol, 
-            Float_t *hits);
+  AliTOFhitT0();
+  AliTOFhitT0(Int_t shunt, Int_t track, Int_t * const vol,
+            Float_t * const hits);
   AliTOFhitT0(const AliTOFhitT0 & hit) ;
   virtual ~AliTOFhitT0() {}
   // getters for AliTOFhitT0 object