]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDecoderV2.cxx
update tof support specific version of TOF RunParams OCDB object
[u/mrichter/AliRoot.git] / TOF / AliTOFDecoderV2.cxx
index 8be56f3cc465b9df6c489ec7eec7e526d3d08905..edb99ca2c67446f79b47d9283edded22ef34884a 100644 (file)
@@ -170,6 +170,8 @@ AliTOFDecoderV2 &
 AliTOFDecoderV2::operator = (const AliTOFDecoderV2 &source)
 {
   //operator =
+  if (this == &source) return *this;
+  TObject::operator=(source);
   fRawReader = source.fRawReader;
   fVerbose = source.fVerbose;
   fLogErrors = source.fLogErrors;