]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenReaderCwn.cxx
Removing obsolete files
[u/mrichter/AliRoot.git] / EVGEN / AliGenReaderCwn.cxx
index 0e25d0e8844daf0f77028c121ccd38fbfa1e2504..8cf8dfe1016d578a93f4e8dcc7a61f3307036e26 100644 (file)
@@ -134,8 +134,18 @@ TParticle* AliGenReaderCwn::NextParticle()
 AliGenReaderCwn& AliGenReaderCwn::operator=(const  AliGenReaderCwn& rhs)
 {
 // Assignment operator
+    rhs.Copy(*this);
     return *this;
 }
 
+void AliGenReaderCwn::Copy(TObject&) const
+{
+    //
+    // Copy 
+    //
+    Fatal("Copy","Not implemented!\n");
+}
+
+