Changeset 3497 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 03/15/04 12:04:09 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadReports.cc
r3226 r3497 375 375 // PrintStatistics of this task and of the MReadTree tasks in fTress 376 376 // 377 void MReadReports::PrintStatistics(const Int_t lvl, Bool_t title ) const378 { 379 MRead::PrintStatistics(lvl, title );380 fTrees->PrintStatistics(lvl, title );381 } 377 void 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 55 55 void AddToBranchList(const char *name); 56 56 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; 58 58 59 59 void EnableAutoScheme(Bool_t e=kTRUE) { fEnableAutoScheme = e; } // Must be called BEFORE AddTree!
Note:
See TracChangeset
for help on using the changeset viewer.