Ignore:
Timestamp:
03/30/09 09:07:40 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r9337 r9414  
    135135    if (!run)
    136136    {
    137         *fLog << warn << dbginf << "Warning - cannot check file type, MRawRunHeader not found." << endl;
     137        *fLog << warn << dbginf << "WARNING - cannot check file type, MRawRunHeader not found." << endl;
    138138        return kTRUE;
    139139    }
     
    143143    //
    144144    fGeom = 0;
    145     if (run->IsMonteCarloRun())
     145    if (!run->IsMonteCarloRun())
    146146    {
    147147        *fLog << inf << "This is no MC file... skipping." << endl;
Note: See TracChangeset for help on using the changeset viewer.