Ignore:
Timestamp:
07/16/02 11:00:32 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1381 r1408  
    3535    ~MWriteAsciiFile();
    3636
    37     void AddContainer(const TString cname, const TString member="", Double_t scale=1);
    38     void AddContainer(MParContainer *cont, const TString member="", Double_t scale=1);
    39 
    40     void AddRule(const char *rule);
     37    void AddColumn(const TString rule);
     38    void AddColumn(MParContainer *cont, const TString member="", Double_t scale=1);
     39    void AddColumns(const TString name);
     40    void AddColumns(MParContainer *cont);
    4141
    4242    ClassDef(MWriteAsciiFile, 0) // Class to write one container to an ascii file
Note: See TracChangeset for help on using the changeset viewer.