Changeset 1192
- Timestamp:
- 01/18/02 11:20:08 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1191 r1192 7 7 * mbase/MWriteAsciiFile.cc: 8 8 - fixed a bug: replaced GetSize by GetEntries 9 10 * mbase/MReadTree.cc: 11 - changed EnableBranch to accept "Master.Sub" also 9 12 10 13 -
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r1159 r1192 216 216 { 217 217 EnableBranchChoosing(); 218 fChain->SetBranchStatus(name, kTRUE); 218 219 TNamed branch(name, ""); 220 SetBranchStatus(&branch, kTRUE); 219 221 } 220 222 -
trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.cc
r1189 r1192 128 128 MParContainer *cont = NULL; 129 129 130 Int_t num = fContainer.GetEntries Fast();130 Int_t num = fContainer.GetEntries(); 131 131 132 132 TIter Next(&fContainer);
Note:
See TracChangeset
for help on using the changeset viewer.