Changeset 1192 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/18/02 11:20:08 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.