Ignore:
Timestamp:
03/15/04 12:04:09 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfileio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadReports.cc

    r3226 r3497  
    375375// PrintStatistics of this task and of the MReadTree tasks in fTress
    376376//
    377 void MReadReports::PrintStatistics(const Int_t lvl, Bool_t title) const
    378 {
    379     MRead::PrintStatistics(lvl, title);
    380     fTrees->PrintStatistics(lvl, title);
    381 }
     377void MReadReports::PrintStatistics(const Int_t lvl, Bool_t title, Double_t time) const
     378{
     379    MRead::PrintStatistics(lvl, title, time);
     380    fTrees->PrintStatistics(lvl, title, GetCpuTime());
     381}
  • trunk/MagicSoft/Mars/mfileio/MReadReports.h

    r2607 r3497  
    5555    void  AddToBranchList(const char *name);
    5656
    57     void  PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE) const;
     57    void  PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE, Double_t time=0) const;
    5858
    5959    void  EnableAutoScheme(Bool_t e=kTRUE) { fEnableAutoScheme = e; } // Must be called BEFORE AddTree!
Note: See TracChangeset for help on using the changeset viewer.