]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv2.h
New PHOS raw stream class based on a new AliAltroRawStream class. As soon as the...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv2.h
index 16236c87c42ee18a0635aabf1ba72c0a650006e2..12b97bafd68f1fcd7af1a8f7fc05b22bbdb0d38b 100644 (file)
@@ -2,6 +2,17 @@
 #define ALIPHOSV2_H
 /* Copyright(c) 1998-1999-2000, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
+/* History of cvs commits:
+ *
+ * $Log$
+ * Revision 1.18  2005/05/28 14:19:05  schutz
+ * Compilation warnings fixed by T.P.
+ *
+ */
+
 //_________________________________________________________________________
 // Version of AliPHOSv0 which keeps all hits in TreeH
 // I mean real hits not cumulated hits
@@ -25,8 +36,9 @@ public:
   }
   virtual ~AliPHOSv2(void) ;
 
-  virtual void    Copy(AliPHOSv2 & phos) ; 
-  virtual void    AddHit( Int_t shunt, Int_t primary, Int_t track, Int_t id, Float_t *hits); 
+  virtual void    Copy(TObject &phos) const; 
+  using AliPHOSv1::AddHit;
+  virtual void    AddHit( Int_t shunt, Int_t primary, Int_t id, Float_t *hits); 
   virtual Int_t   IsVersion(void) const { 
     // Gives the version number 
     return 2 ;