]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsimTR.cxx
- additional cuts in AddTask
[u/mrichter/AliRoot.git] / TRD / AliTRDsimTR.cxx
index b1354f513b7fbf311c8b4d9c23e4879245ea7520..8a5726ce80b1f3966a4aa3b7af62f9767a49f3a2 100644 (file)
@@ -219,6 +219,7 @@ AliTRDsimTR &AliTRDsimTR::operator=(const AliTRDsimTR &s)
   //
 
   if (this != &s) ((AliTRDsimTR &) s).Copy(*this);
+  this->Init();
 
   return *this;