]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
Corrected CheckQA for missing option (no QA bit set)
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index eca90602b26f3d1f4ea3d84cfc19a605d034048f..cbd02c0d5eb68ca359217d5c90a3c2eeb712cb5c 100644 (file)
@@ -2852,6 +2852,9 @@ void AliReconstruction::CheckQA()
                                AliInfo(Form("QA status for %s in Hits and/or SDIGITS  and/or Digits was INFO", detName.Data())) ;
                                newDetList += detName ; 
                                newDetList += " " ; 
+                       } else {
+                               newDetList += detName ; 
+                               newDetList += " " ;                     
                        }
                }
        }