Changeset 1219 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/21/02 12:12:37 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.cc
r1218 r1219 38 38 // AddContainer. // 39 39 // // 40 // You can also write single data members of a container (like fWidth // 41 // of MHillas). For more details see AddContainer. Make sure, that a // 42 // getter method for the data member exist. The name of the method // 43 // must be the same than the data member itself, but the f must be // 44 // replaced by a Get. // 45 // // 40 46 ///////////////////////////////////////////////////////////////////////////// 41 47 -
trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.h
r1176 r1219 16 16 TObjArray fContNames; 17 17 TObjArray fContainer; 18 TObjArray fMembers; 18 19 19 20 TString fNameFile; … … 33 34 ~MWriteAsciiFile(); 34 35 35 void AddContainer(const char *cname );36 void AddContainer(MParContainer *cont );36 void AddContainer(const char *cname, const char *member=""); 37 void AddContainer(MParContainer *cont, const char *member=""); 37 38 38 39 ClassDef(MWriteAsciiFile, 0) // Class to write one container to an ascii file
Note:
See TracChangeset
for help on using the changeset viewer.