Ignore:
Timestamp:
07/05/01 13:23:12 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r768 r855  
    3535// outside. It makes also possible to go back by decreasing the number.    //
    3636//                                                                         //
     37// If you don't want to start reading the first event you have to call     //
     38// MReadTree::SetEventNum after instantiating your MReadTree-object.       //
     39//                                                                         //
    3740/////////////////////////////////////////////////////////////////////////////
    3841
     
    178181        // the actual branch should be stored - enable branch.
    179182        //
     183        // FIXME: is it correct, that the pointer is deleted immediatly afterwards?
    180184        branch->SetAddress(&pcont);
    181185    }
     
    190194//  (Remark: The position can also be set by some member functions
    191195//  If the end of the file is reached the Eventloop is stopped.
     196//
    192197Bool_t MReadTree::Process()
    193198{
     
    267272// this function makes Process() read event number nr next
    268273//
    269 // Remark: You can use this function to set the event number from which
    270 //         you want to start reading.
     274// Remark: You can use this function after instatiating you MReadTree-object
     275//         to set the event number from which you want to start reading.
    271276//
    272277Bool_t MReadTree::SetEventNum(UInt_t nr)
Note: See TracChangeset for help on using the changeset viewer.