Changeset 14447 for trunk/Mars/mfileio/MWriteAsciiFile.h
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteAsciiFile.h
r4694 r14447 14 14 { 15 15 private: 16 ofstream *fOut;//! ascii file16 std::ofstream *fOut; //! ascii file 17 17 18 TString fNameFile; // name of the ascii file18 TString fNameFile; // name of the ascii file 19 19 20 TObjArray fList; // list of rules and containers to be written21 TObjArray fAutoDel; //! List of object to be deleted in the destructor20 TObjArray fList; // list of rules and containers to be written 21 TObjArray fAutoDel; //! List of object to be deleted in the destructor 22 22 23 23 virtual Bool_t CheckAndWrite();
Note:
See TracChangeset
for help on using the changeset viewer.