]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAFloatCheckable.cxx
removed iostream
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAFloatCheckable.cxx
index 178cb4f553651e6db2a4eec8df289ea33fde0d51..9ad160d8b67be33d4c07241975ce4dfa9e81925a 100644 (file)
@@ -27,8 +27,6 @@
 
 // --- Standard library ---
 
-#include <iostream.h>
-
 // --- AliRoot header files ---
 
 #include "AliPHOSQAFloatCheckable.h"
@@ -56,7 +54,7 @@ ClassImp(AliPHOSQAFloatCheckable)
 void AliPHOSQAFloatCheckable::Print() const
 {
   // Print the chekable name and its value
-  cout << " Checkable-> " << GetName() << " : value = " << fValue << endl ; 
+  Info("Print", "Checkable-> %s : value = %f", GetName(), fValue) ; 
 }
 
 //____________________________________________________________________________