Changeset 1572 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 10/31/02 14:30:11 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1568 r1572 59 59 #include <TOrdCollection.h> 60 60 61 #include "MLog.h"62 #include "MLogManip.h"63 64 61 #include "MChain.h" 65 62 #include "MFilter.h" … … 67 64 #include "MTaskList.h" 68 65 66 #include "MLog.h" 67 #include "MLogManip.h" 68 69 69 70 ClassImp(MReadTree); 70 71 … … 74 75 // 75 76 MReadTree::MReadTree() 76 : fNumEntry(0), f BranchChoosing(kFALSE), fAutoEnable(kTRUE), fProgress(NULL)77 : fNumEntry(0), fNumEntries(0), fBranchChoosing(kFALSE), fAutoEnable(kTRUE), fProgress(NULL) 77 78 { 78 79 fName = "MReadTree"; … … 534 535 535 536 // 536 // Check whether a Pointer to a pointer already exists , if537 // we created one alreadydelete it.537 // Check whether a Pointer to a pointer already exists. 538 // If we created one already, delete it. 538 539 // 539 540 TChainElement *element = (TChainElement*)fChain->GetStatus()->FindObject(bname); -
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r1568 r1572 59 59 Bool_t SetEventNum(UInt_t nr); // set number of event (position in tree) 60 60 61 UInt_t GetEventNum() const { return fNumEntry; 61 UInt_t GetEventNum() const { return fNumEntry; } 62 62 UInt_t GetEntries(); 63 63
Note:
See TracChangeset
for help on using the changeset viewer.