Ignore:
Timestamp:
04/03/03 10:28:31 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataArray.h

    r1574 r1891  
    4242    Int_t GetNumEntries() const { return fList.GetEntries(); }
    4343
     44    void Clear(Option_t *option="")  { fList.Clear(option); }
     45    void Delete(Option_t *option="") { fList.Delete(option); }
     46
    4447    ClassDef(MDataArray, 1) // An array of MData containers
    4548};
Note: See TracChangeset for help on using the changeset viewer.