]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFSDigit.h
Coding conventions (Annalisa)
[u/mrichter/AliRoot.git] / TOF / AliTOFSDigit.h
index f603e5cc4e0a0fc52b677551260f2c7172749dbd..d99a1e5e74dc6274d9ae0ca686d3b2393373f936 100644 (file)
@@ -1,22 +1,21 @@
 #ifndef ALITOFSDIGIT_H
 #define ALITOFSDIGIT_H
 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 ////////////////////////////////////////////////
 //                                            //
 //  Class for TOF SDigits                     //
 //                                            //
 ////////////////////////////////////////////////
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
 /* $Id$ */
 
+#include "TObject.h"
 #include "TArrayF.h"
 #include "TArrayI.h"
-#include "AliDigit.h"
 
-//class TArrayF;
 class AliTOFGeometry;
 
 class AliTOFSDigit : public TObject {