Changeset 1891 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 04/03/03 10:28:31 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataArray.h
r1574 r1891 42 42 Int_t GetNumEntries() const { return fList.GetEntries(); } 43 43 44 void Clear(Option_t *option="") { fList.Clear(option); } 45 void Delete(Option_t *option="") { fList.Delete(option); } 46 44 47 ClassDef(MDataArray, 1) // An array of MData containers 45 48 };
Note:
See TracChangeset
for help on using the changeset viewer.