Changeset 3500 for trunk/MagicSoft/Mars/mhbase/MFillH.h
- Timestamp:
- 03/15/04 13:59:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MFillH.h
r3144 r3500 28 28 MH* fH; // Pointer to the MH container to get filled 29 29 TString fHName; // Name to a MH container to get filled 30 TString fNameTab; 30 31 31 32 MWeight *fWeight; // Pointer to the container storing a weight … … 54 55 ~MFillH(); 55 56 57 void SetNameTab(const char *n="") { fNameTab = n; } 58 56 59 void SetRuleForIdx(const TString rule); 57 60 void SetRuleForIdx(MData *rule);
Note:
See TracChangeset
for help on using the changeset viewer.