Ignore:
Timestamp:
08/23/04 09:06:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4694 r4698  
    775775// --------------------------------------------------------------------------
    776776//
     777// cd into file. See TFile::cd()
     778//
     779Bool_t MWriteRootFile::cd(const char *path)
     780{
     781    return fOut->cd(path);
     782}
     783
     784// --------------------------------------------------------------------------
     785//
    777786// Implementation of SavePrimitive. Used to write the call to a constructor
    778787// to a macro. In the original root implementation it is used to write
Note: See TracChangeset for help on using the changeset viewer.