Ignore:
Timestamp:
03/15/04 13:59:40 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MFillH.h

    r3144 r3500  
    2828    MH* fH;                       // Pointer to the MH container to get filled
    2929    TString fHName;               // Name to a MH container to get filled
     30    TString fNameTab;
    3031
    3132    MWeight *fWeight;             // Pointer to the container storing a weight
     
    5455    ~MFillH();
    5556
     57    void SetNameTab(const char *n="") { fNameTab = n; }
     58
    5659    void SetRuleForIdx(const TString rule);
    5760    void SetRuleForIdx(MData *rule);
Note: See TracChangeset for help on using the changeset viewer.