]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGetter.h
removed iostream
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGetter.h
index e15f6d6aca628a384f1842c80de00a7ad5fd125e..a62c49151883c2f107acbe60d0cfce678b98a04e 100644 (file)
@@ -27,7 +27,6 @@ class TTask ;
 
 // --- Standard library ---
 #include <stdlib.h>
-#include <iostream.h>
 
 // --- AliRoot header files ---
 
@@ -52,7 +51,7 @@ class AliPHOSGetter : public TObject {
  public:
   
   AliPHOSGetter(){    // ctor: this is a singleton, the ctor should never be called but cint needs it as public
-    cerr << "ERROR: AliPHOSGetter is a singleton default ctor not callable" << endl ;
+    Error("ctor", "AliPHOSGetter is a singleton default ctor not callable") ;
     abort() ; 
   } 
   AliPHOSGetter(const AliPHOSGetter & obj) {