From: schutz Date: Thu, 31 Oct 2002 09:33:56 +0000 (+0000) Subject: iostream removed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=6122abe9bf11710e472fd8cea8793227820b3a32 iostream removed --- diff --git a/PHOS/AliPHOSQAMeanChecker.cxx b/PHOS/AliPHOSQAMeanChecker.cxx index 0019ee8f409..c7aeb06b6b1 100644 --- a/PHOS/AliPHOSQAMeanChecker.cxx +++ b/PHOS/AliPHOSQAMeanChecker.cxx @@ -28,7 +28,6 @@ // --- Standard library --- -#include // --- 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) {