Changeset 463 for trunk/MagicSoft/Mars/mbase/MParList.cc
- Timestamp:
- 01/11/01 12:54:21 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.cc
r458 r463 54 54 // check if the object (you want to add) exists 55 55 // 56 56 57 if (!obj) return kTRUE; 57 58 … … 97 98 void MParList::Print(Option_t *t) 98 99 { 99 // 100 // print some information about the current status of MParList 101 // 102 cout << "ParList: " << this->GetName() << " <" << this->GetTitle() << ">" << endl; 103 cout << endl; 100 // 101 // print some information about the current status of MParList 102 // 103 cout << "ParList: " << this->GetName() << " <" << this->GetTitle() << ">" << endl; 104 cout << endl; 105 104 106 } 105 107
Note:
See TracChangeset
for help on using the changeset viewer.