Changeset 585 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/22/01 16:41:33 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r463 r585 159 159 } 160 160 161 Bool_t MReadTree::GetEvent() 162 { 163 // Get the Event with the current EventNumber fNumEntry 164 // 165 fTree->GetEntry(fNumEntry ); 166 167 return kTRUE; 168 } 161 169 Bool_t MReadTree::DecEventNum(UInt_t dec) 162 170 { -
trunk/MagicSoft/Mars/mbase/MReadTree.h
r463 r585 28 28 Bool_t PostProcess(); 29 29 30 // Bool_t GetEvent(Int_t num) ;30 Bool_t GetEvent() ; 31 31 32 32 Bool_t DecEventNum(UInt_t dec=1); // decrease number of event (position in tree)
Note:
See TracChangeset
for help on using the changeset viewer.