]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv0.cxx
Added the conversion electron in the particle type list
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv0.cxx
index 3ab2ce4693da1c0dd943ddd3771ce49e3fd59822..b2ad372cabc140d901e5cffa5c4d95e46f36eabf 100644 (file)
@@ -57,6 +57,13 @@ AliPHOSv0::AliPHOSv0(const char *name, const char *title):
   GetGeometry() ; 
 }
 
+//____________________________________________________________________________
+void AliPHOSv0::Copy(AliPHOSv0 & phos) 
+{
+  TObject::Copy(phos) ; 
+  AliPHOS::Copy(phos) ; 
+}
+
 //____________________________________________________________________________
 void AliPHOSv0::BuildGeometry()
 {