]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhit.h
Adding new libraries
[u/mrichter/AliRoot.git] / TOF / AliTOFhit.h
index 9a9e286c3706643dc6bf3f5a58ddd843a3abd8d3..5f9f10ae08a436dbcd5960e019a490292237dc76 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef ALITOFHIT_H
+#define ALITOFHIT_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 ////////////////////////////////////////////////
 //                                            //
 //  Hit class for TOF                         //
@@ -7,11 +12,6 @@
 //                                            //
 ////////////////////////////////////////////////
 
-#ifndef ALITOFHIT_H
-#define ALITOFHIT_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
 /* $Id$ */
 
 #include "AliHit.h"
@@ -20,7 +20,7 @@
 class AliTOFhit : public AliHit {
   
 public:
-  AliTOFhit() {}
+  AliTOFhit();
   AliTOFhit(Int_t shunt, Int_t track, Int_t* vol, 
             Float_t *hits);
   AliTOFhit(const AliTOFhit & hit) ;