Ignore:
Timestamp:
11/15/01 11:07:21 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc

    r1036 r1080  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
     
    3737
    3838#include "MLog.h"
     39#include "MLogManip.h"
    3940
    4041ClassImp(MReadMarsFile);
     
    101102        return kTRUE;
    102103
    103     *fLog << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
     104    *fLog << inf << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
    104105    *fLog << "(before Event #" << GetEventNum()-1 << ")" << endl;
    105106    fRun->Process();
Note: See TracChangeset for help on using the changeset viewer.