Changeset 1389 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/08/02 14:28:20 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MH.cc

    r1388 r1389  
    7979// must overload this function. If it is not overloaded you cannot use
    8080// FillH with this class. The argument is a pointer to a container
    81 // in your paremeter list which is specified in the MFillH constructor
     81// in your paremeter list which is specified in the MFillH constructor.
     82// If you are not going to use it you should at least add
     83//   Bool_t MH::Fill(const MParContainer *) { return kTRUE; }
     84// to your class definition.
    8285//
    8386Bool_t MH::Fill(const MParContainer *par)
Note: See TracChangeset for help on using the changeset viewer.