Ignore:
Timestamp:
11/14/01 10:03:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1027 r1076  
    6767#include "MTask.h"
    6868
     69#include <TMethod.h>
    6970#include <TOrdCollection.h>
    7071
     
    7374
    7475#include "MFilter.h"
     76#include "MGGroupFrame.h"
    7577
    7678ClassImp(MTask);
     
    176178
    177179    fIsPreprocessed = kFALSE;
     180
    178181    return PostProcess();
    179182}
     
    224227void MTask::PrintStatistics(const Int_t lvl) const
    225228{
    226     *fLog << setw(lvl) << " " << GetName() << " [";
    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.