]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDBoolMap.cxx
restore threshold getters after parameter dynamics update (fw v. >= A012)
[u/mrichter/AliRoot.git] / FMD / AliFMDBoolMap.cxx
index 3a7b86e464906491c36ff225b72064362de89106..16f20c67b4101abc6dc6ee7ced557ac6b07d837e 100644 (file)
@@ -85,6 +85,7 @@ AliFMDBoolMap&
 AliFMDBoolMap::operator=(const AliFMDBoolMap& other)
 {
   // Assignment operator 
+  if (&other == this) return *this; 
   fMaxDetectors = other.fMaxDetectors;
   fMaxRings     = other.fMaxRings;
   fMaxSectors   = other.fMaxSectors;