Changeset 1574 for trunk/MagicSoft/Mars/mhist/MFillH.h
- Timestamp:
- 11/04/02 10:06:08 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.h
r1477 r1574 7 7 8 8 class MH; 9 class MData; 9 10 class MParList; 11 12 class MMap; 10 13 11 14 class MFillH : public MTask … … 15 18 TString fParContainerName; 16 19 17 MH* fH; 20 MH* fH; 18 21 TString fHName; 22 23 MData *fIndex; // MData object describing the 'key' to an automatic index for an MHArray 24 MMap *fMapIdx; //! Map to map key-index-pair for an MHArray (MMap see MFillH.cc) 19 25 20 26 TString ExtractName(const char *name) const; … … 32 38 MFillH(MH *hist, MParContainer *par, const char *name=NULL, const char *title=NULL); 33 39 40 ~MFillH(); 41 42 void SetRuleForIdx(const TString rule); 43 void SetRuleForIdx(MData *rule); 44 34 45 Bool_t PreProcess(MParList *pList); 35 46 Bool_t Process();
Note:
See TracChangeset
for help on using the changeset viewer.