]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv2.cxx
Fix in procedure for vertex recalculation
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv2.cxx
index 84dbb11754c029d8536e4fc94d7e7535444fe037..14141056bf3070532a318aedd0c1eeab08176079 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.24  2005/05/28 14:19:05  schutz
+ * Compilation warnings fixed by T.P.
+ *
  */
 
 //_________________________________________________________________________
@@ -62,13 +65,6 @@ AliPHOSv2::~AliPHOSv2()
   // dtor
 }
 
-//____________________________________________________________________________
-void AliPHOSv2::Copy(TObject & phos)const
-{
-  TObject::Copy(phos) ; 
-  AliPHOSv1::Copy(phos) ;   
-}
-
 //____________________________________________________________________________
 void AliPHOSv2::AddHit(Int_t shunt, Int_t primary, Int_t Id, Float_t * hits)
 {