Ignore:
Timestamp:
06/23/03 17:17:01 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2219 r2221  
    7474#include <TTime.h>          // TTime
    7575#include <TFile.h>          // gFile
     76#include <TDatime.h>        // TDatime
    7677#include <TSystem.h>        // gSystem
    7778#include <TStopwatch.h>
     
    478479Bool_t MEvtLoop::Eventloop(Int_t maxcnt, const char *tlist)
    479480{
     481    TDatime d;
     482    *fLog << inf << underline << "Eventloop: " << fName << " started at " << d.AsString() << endl;
     483
    480484    Bool_t rc = PreProcess();
    481485
Note: See TracChangeset for help on using the changeset viewer.