Ignore:
Timestamp:
11/14/01 10:03:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParContainer.cc

    r1030 r1076  
    137137{
    138138    TROOT::IndentLevel();
    139     *fLog <<"OBJ: " << IsA()->GetName() << "\t" << GetName() << "\t" << GetTitle() << " : "
     139    *fLog <<"OBJ: " << GetDescriptor() << ": " << GetTitle() << ", "
    140140        << Int_t(TestBit(kCanDelete)) << endl;
    141141}
     
    147147void MParContainer::Print(Option_t *) const
    148148{
    149     *fLog <<"OBJ: " << IsA()->GetName() << "\t" << GetName() << "\t" << GetTitle() << endl;
     149    *fLog <<"OBJ: " << GetDescriptor() << ": " << GetTitle() << endl;
    150150}
    151151
     
    199199{
    200200    *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;
    202202}
    203203
     
    205205{
    206206    *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.