Ignore:
Timestamp:
03/01/01 17:32:46 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r654 r659  
    173173Bool_t MReadTree::GetEvent()
    174174{
    175   // Get the Event with the current EventNumber fNumEntry
    176   //
    177   fTree->GetEntry(fNumEntry );
    178 
    179   return kTRUE;
    180 }
     175    //
     176    // Get the Event with the current EventNumber fNumEntry
     177    //
     178    fTree->GetEntry(fNumEntry);
     179
     180    return kTRUE;
     181}
     182
    181183Bool_t MReadTree::DecEventNum(UInt_t dec)
    182184{
Note: See TracChangeset for help on using the changeset viewer.