Changeset 1076 for trunk/MagicSoft/Mars/mbase/MTask.cc
- Timestamp:
- 11/14/01 10:03:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r1027 r1076 67 67 #include "MTask.h" 68 68 69 #include <TMethod.h> 69 70 #include <TOrdCollection.h> 70 71 … … 73 74 74 75 #include "MFilter.h" 76 #include "MGGroupFrame.h" 75 77 76 78 ClassImp(MTask); … … 176 178 177 179 fIsPreprocessed = kFALSE; 180 178 181 return PostProcess(); 179 182 } … … 224 227 void MTask::PrintStatistics(const Int_t lvl) const 225 228 { 226 *fLog << setw(lvl) << " " << Get Name() << " [";227 *fLog << ClassName() << "] \t" << fNumExecutions;228 *fLog << endl; 229 } 229 *fLog << setw(lvl) << " " << GetDescriptor() << "\t"; 230 *fLog << dec << fNumExecutions << endl; 231 } 232
Note:
See TracChangeset
for help on using the changeset viewer.