Changeset 2221 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/23/03 17:17:01 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r2219 r2221 74 74 #include <TTime.h> // TTime 75 75 #include <TFile.h> // gFile 76 #include <TDatime.h> // TDatime 76 77 #include <TSystem.h> // gSystem 77 78 #include <TStopwatch.h> … … 478 479 Bool_t MEvtLoop::Eventloop(Int_t maxcnt, const char *tlist) 479 480 { 481 TDatime d; 482 *fLog << inf << underline << "Eventloop: " << fName << " started at " << d.AsString() << endl; 483 480 484 Bool_t rc = PreProcess(); 481 485
Note:
See TracChangeset
for help on using the changeset viewer.