Changeset 7838 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 08/03/06 14:45:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r7808 r7838 440 440 if (HasStreamId()) 441 441 *fLog << GetStreamId() << ":"; 442 *fLog << GetDescriptor() << "\t" << dec << GetNumExecutions(); 442 *fLog << GetDescriptor(); 443 444 if (GetNumExecutions()!=(UInt_t)-1) 445 *fLog << "\t" << dec << GetNumExecutions(); 443 446 444 447 if (fFilter)
Note:
See TracChangeset
for help on using the changeset viewer.