]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhitT0.h
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / TOF / AliTOFhitT0.h
index 9ecce33fedb7791b3a456d7204702fb083f5b00b..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) ;
@@ -34,6 +36,7 @@ public:
   Float_t GetPy()     const {return fPy;}
   Float_t GetPz()     const {return fPz;}
   Float_t GetDx()     const {return fDx;}
+  Float_t GetDy()     const {return fDy;}
   Float_t GetDz()     const {return fDz;}
   Float_t GetIncA()   const {return fIncA;}
   Float_t GetEdep()   const {return fEdep;}