Changeset 8933 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 06/10/08 12:07:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.h
r7804 r8933 133 133 void AddCopySource(const char *tname, const char *bname=NULL); 134 134 135 void AddTree(const char *name, Bool_t force=kTRUE) 136 { 137 AddContainer(Form("MReport%s", name), name, force); 138 AddContainer(Form("MTime%s", name), name, force); 139 } 140 135 141 void Print(Option_t *t=NULL) const; 136 142
Note:
See TracChangeset
for help on using the changeset viewer.