Ignore:
Timestamp:
08/02/02 15:20:53 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1472 r1477  
    1919    TBranch       *fBranch;     //!
    2020
    21     MParContainer *fContainer;  //!
     21    MParContainer *fContainer;
    2222    TString        fContName;
    2323
     
    7474    const char *GetFileName() const;
    7575
     76    void StreamPrimitive(ofstream &out) const;
     77
    7678public:
    7779    MWriteRootFile();
     
    9294
    9395    void Print(Option_t *t=NULL) const;
    94     void SavePrimitive(ofstream &out, Option_t *o="");
    9596
    9697    ClassDef(MWriteRootFile, 1) // Class to write one container to a root file
Note: See TracChangeset for help on using the changeset viewer.