Changeset 19822 for trunk/Mars


Ignore:
Timestamp:
10/27/19 20:37:25 (5 years ago)
Author:
tbretz
Message:
Improved output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFileRead.cc

    r17165 r19822  
    372372        return kFALSE;
    373373
    374     *fLog << inf << "Calculating number of total events..." << flush;
     374    *fLog << inf << "Calculating number of total events from " << fFileNames->GetEntries() << " files..." << flush;
    375375    if (!CalcNumTotalEvents())
    376376        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.