Ignore:
Timestamp:
01/11/01 12:54:21 (24 years ago)
Author:
harald
Message:
The first implementation of a gui to test the data of Octobertest
was implemented. Therefore the two subdirs mgui and mdatacheck
were introduced. The program for the gui is called -> mars <-.
File:
1 edited

Legend:

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

    r458 r463  
    5454  //  check if the object (you want to add) exists
    5555  //
     56
    5657  if (!obj) return kTRUE;
    5758
     
    9798void MParList::Print(Option_t *t)
    9899{
    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 
    104106}
    105107
Note: See TracChangeset for help on using the changeset viewer.