Changeset 5100 for trunk/MagicSoft/Mars/mbase/MTask.cc
- Timestamp:
- 09/17/04 15:07:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r5064 r5100 201 201 Int_t MTask::CallPreProcess(MParList *plist) 202 202 { 203 fStopwatch->Reset(); 203 // This does not reset the counter! 204 // fStopwatch->Reset(); 205 206 delete fStopwatch; 207 fStopwatch = new TStopwatch; 204 208 205 209 *fLog << all << fName << "... " << flush;
Note:
See TracChangeset
for help on using the changeset viewer.