]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhitT0.h
AliESDtrack flags update during the TOF matching procedure. Now, (1) when a TPC/TRD...
[u/mrichter/AliRoot.git] / TOF / AliTOFhitT0.h
index a639aa010862724290720fa5e1a6eefd41c12956..6740549290d878e878ef4588db34f44746eb195c 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();
   AliTOFhitT0(Int_t shunt, Int_t track, Int_t* vol, 
             Float_t *hits);
   AliTOFhitT0(const AliTOFhitT0 & hit) ;