]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAMeanChecker.cxx
Conversion 8 to 10 bits for the SDD digits (Yu.Belikov)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAMeanChecker.cxx
index 0019ee8f4091af0a629037bdf64f3245329d9808..c7aeb06b6b14f610561c5280fba116a21b52a9c8 100644 (file)
@@ -28,7 +28,6 @@
 
 // --- Standard library ---
 
-#include <iostream.h>
 // --- AliRoot header files ---
 
 #include "AliPHOSQAMeanChecker.h" 
@@ -69,7 +68,7 @@ TString AliPHOSQAMeanChecker::CheckingOperation()
 
   Float_t checked = 0. ;  
   if ( (fCheckable->HasA() == "I") &&  (fCheckable->HasA() == "F") ) {
-    Error("CheckingOperation", "checker %s says you got the wrong checkable %s \n or the checkable has no value !", GetName(), fCheckable->GetName()) ;  
+    Error("CheckingOperation", "checker %s says you got the wrong checkable %s or the checkable has no value !", GetName(), fCheckable->GetName()) ;  
   } else {
     checked = fCheckable->GetValue(); 
     if (checked < fMean-fRms || checked > fMean+fRms) {