Ignore:
Timestamp:
08/02/02 09:32:34 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfileio
Files:
2 edited

Legend:

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

    r1472 r1474  
    777777}
    778778
     779// --------------------------------------------------------------------------
     780//
     781// Implementation of SavePrimitive. Used to write the call to a constructor
     782// to a macro. In the original root implementation it is used to write
     783// gui elements to a macro-file.
     784//
    779785void MReadTree::SavePrimitive(ofstream &out, Option_t *o="")
    780786{
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r1472 r1474  
    397397}
    398398
     399// --------------------------------------------------------------------------
     400//
     401// Implementation of SavePrimitive. Used to write the call to a constructor
     402// to a macro. In the original root implementation it is used to write
     403// gui elements to a macro-file.
     404//
    399405void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o="")
    400406{
     
    413419        out << entry->GetContName() << "\", \"";
    414420        out << entry->GetName() << "\", \"";
    415         out << entry->GetTitle() << "\")" << endl;
     421        out << entry->GetTitle() << "\");" << endl;
    416422    }
    417423}
Note: See TracChangeset for help on using the changeset viewer.