Changeset 1076 for trunk/MagicSoft/Mars/mbase/MParContainer.cc
- Timestamp:
- 11/14/01 10:03:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParContainer.cc
r1030 r1076 137 137 { 138 138 TROOT::IndentLevel(); 139 *fLog <<"OBJ: " << IsA()->GetName() << "\t" << GetName() << "\t" << GetTitle() << " :"139 *fLog <<"OBJ: " << GetDescriptor() << ": " << GetTitle() << ", " 140 140 << Int_t(TestBit(kCanDelete)) << endl; 141 141 } … … 147 147 void MParContainer::Print(Option_t *) const 148 148 { 149 *fLog <<"OBJ: " << IsA()->GetName() << "\t" << GetName() << "\t" << GetTitle() << endl;149 *fLog <<"OBJ: " << GetDescriptor() << ": " << GetTitle() << endl; 150 150 } 151 151 … … 199 199 { 200 200 *fLog << "To use the the ascii input of " << GetName(); 201 *fLog << " you have to overload " << GetName() << "::AsciiRead." << endl;201 *fLog << " you have to overload " << ClassName() << "::AsciiRead." << endl; 202 202 } 203 203 … … 205 205 { 206 206 *fLog << "To use the the ascii output of " << GetName(); 207 *fLog << " you have to overload " << GetName() << "::AsciiWrite." << endl;208 } 207 *fLog << " you have to overload " << ClassName() << "::AsciiWrite." << endl; 208 }
Note:
See TracChangeset
for help on using the changeset viewer.