Changeset 855 for trunk/MagicSoft/Mars/mbase/MReadTree.cc
- Timestamp:
- 07/05/01 13:23:12 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r768 r855 35 35 // outside. It makes also possible to go back by decreasing the number. // 36 36 // // 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 // // 37 40 ///////////////////////////////////////////////////////////////////////////// 38 41 … … 178 181 // the actual branch should be stored - enable branch. 179 182 // 183 // FIXME: is it correct, that the pointer is deleted immediatly afterwards? 180 184 branch->SetAddress(&pcont); 181 185 } … … 190 194 // (Remark: The position can also be set by some member functions 191 195 // If the end of the file is reached the Eventloop is stopped. 196 // 192 197 Bool_t MReadTree::Process() 193 198 { … … 267 272 // this function makes Process() read event number nr next 268 273 // 269 // Remark: You can use this function to set the event number from which270 // 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. 271 276 // 272 277 Bool_t MReadTree::SetEventNum(UInt_t nr)
Note:
See TracChangeset
for help on using the changeset viewer.