Changeset 9031 for trunk


Ignore:
Timestamp:
07/22/08 17:04:19 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9029 r9031  
    119119// This opens the next file in the list and deletes its name from the list.
    120120//
    121 Bool_t MReadFiles::OpenNextFile()
     121Bool_t MReadFiles::OpenNextFile(Int_t num)
    122122{
    123123    // First close an open file, if any
    124124    Close();
     125
     126    if (num>=0)
     127        fNumFile=num;
    125128
    126129    // Check for the existence of a next file to read
     
    199202}
    200203
     204Int_t MReadFiles::PostProcess()
     205{
     206    Close();
     207    return kTRUE;
     208}
     209
    201210
    202211// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.