]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDcell.h
changed according to alice coding convention
[u/mrichter/AliRoot.git] / PMD / AliPMDcell.h
index a1bef873bd3b94e568cdaa751c62a2872371548d..0a6e8cd445d89e42231787eb1d9ea3f1f6ab1ad8 100644 (file)
@@ -1,5 +1,7 @@
 #ifndef ALIPMDCELL_H
 #define ALIPMDCELL_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
 //-----------------------------------------------------//
 //                                                     //
 //  Date   : August 05 2003                            //
@@ -9,10 +11,7 @@
 //                                                     //
 //-----------------------------------------------------//
 
-//#include "Riostream.h"
-//#include "Rtypes.h"
 #include "TObject.h"
-//class TObject;
 class TClonesArray;
 
 class AliPMDcell : public TObject
@@ -40,7 +39,7 @@ class AliPMDcell : public TObject
   Int_t   fYpos;         // y-position of the cell
   Float_t fEdep;         // Energy deposition in a cell
   
-  ClassDef(AliPMDcell,1) // To keep cell information
+  ClassDef(AliPMDcell,2) // To keep cell information
 };
 
 #endif