Ignore:
Timestamp:
07/27/05 11:23:33 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHRate.cc

    r7198 r7224  
    3232#include "MHRate.h"
    3333
    34 #include <TPad.h>
    3534#include <TCanvas.h>
    3635#include <TGaxis.h>
     
    123122    if (!fEvtRate)
    124123    {
    125         *fLog << warn << "MEventRate not found... abort." << endl;
     124        *fLog << err << "MEventRate not found... abort." << endl;
    126125        return kFALSE;
    127126    }
     
    129128    if (!fPointPos)
    130129    {
    131         *fLog << warn << "MPointingPos not found... abort." << endl;
     130        *fLog << err << "MPointingPos not found... abort." << endl;
    132131        return kFALSE;
    133132    }
Note: See TracChangeset for help on using the changeset viewer.