Changeset 1549 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 10/18/02 08:25:00 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r1488 r1549 146 146 while ((t=(TTree*)Next())) 147 147 *fLog << t->GetName() << ": \t" << t->GetEntries() << " entries." << endl; 148 *fLog << endl; 148 149 } 149 150 … … 265 266 // And add the tree to the list of trees 266 267 // 268 TDirectory *save = gDirectory; 269 fOut->cd(); 270 267 271 tree = new TTree(tname, ttitle ? ttitle : tname); 268 272 fTrees.AddLast(tree); 273 274 gDirectory = save; 269 275 270 276 *fLog << "Created Tree " << tname << "." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.