Ignore:
Timestamp:
10/18/02 08:25:00 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r1488 r1549  
    146146    while ((t=(TTree*)Next()))
    147147        *fLog << t->GetName() << ": \t" << t->GetEntries() << " entries." << endl;
     148    *fLog << endl;
    148149}
    149150
     
    265266            // And add the tree to the list of trees
    266267            //
     268            TDirectory *save = gDirectory;
     269            fOut->cd();
     270
    267271            tree = new TTree(tname, ttitle ? ttitle : tname);
    268272            fTrees.AddLast(tree);
     273
     274            gDirectory = save;
    269275
    270276            *fLog << "Created Tree " << tname << "." << endl;
Note: See TracChangeset for help on using the changeset viewer.