Changeset 659 for trunk/MagicSoft/Mars/mbase/MReadTree.cc
- Timestamp:
- 03/01/01 17:32:46 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r654 r659 173 173 Bool_t MReadTree::GetEvent() 174 174 { 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 181 183 Bool_t MReadTree::DecEventNum(UInt_t dec) 182 184 {
Note:
See TracChangeset
for help on using the changeset viewer.