Changeset 7851 for trunk


Ignore:
Timestamp:
08/04/06 11:38:34 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7850 r7851  
    7878   * mraw/MRawFileRead.cc:
    7979     - rais an error if a requested file could not be opened
     80
     81   * mbase/MParContainer.cc:
     82     - added some comments
    8083
    8184
  • trunk/MagicSoft/Mars/mbase/MParContainer.cc

    r7808 r7851  
    320320}
    321321
     322// --------------------------------------------------------------------------
     323//
     324//  Read an object from the current directory. If no name is given
     325// the name of this object is used. The final object will have the
     326// name of the object read from file.
     327//
    322328Int_t MParContainer::Read(const char *name)
    323329{
Note: See TracChangeset for help on using the changeset viewer.