Changeset 1389 for trunk/MagicSoft/Mars/mhist/MH.cc
- Timestamp:
- 07/08/02 14:28:20 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.cc
r1388 r1389 79 79 // must overload this function. If it is not overloaded you cannot use 80 80 // 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. 82 85 // 83 86 Bool_t MH::Fill(const MParContainer *par)
Note:
See TracChangeset
for help on using the changeset viewer.