Ignore:
Timestamp:
03/02/01 12:48:15 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc

    r609 r666  
    11#include "MShowSpect.h"
    22
    3 #include <iostream.h>
    4 
     3#include "MLog.h"
     4#include "MLogManip.h"
    55#include "MParList.h"      // MParList
    66#include "MGDisplayAdc.h"  // MGDisplayAdc
     
    3636  if (!fHists)
    3737    {
    38       cout << "ERROR: MShowSpect::PreProc(): " << fHistName << " not found!" << endl;
    39       return kFALSE;
     38        *fLog << dbginf << " Error: MHistosAdc '" << fHistName << "' not found!" << endl;
     39        return kFALSE;
    4040    }
    4141 
Note: See TracChangeset for help on using the changeset viewer.