Changeset 2414 for trunk/MagicSoft/Mars/mhist/MFillH.h
- Timestamp:
- 10/20/03 18:33:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.h
r2206 r2414 44 44 45 45 Bool_t DrawToDisplay(); 46 Bool_t DrawCloneToDisplay(); 46 47 47 48 public: … … 63 64 Int_t PostProcess(); 64 65 66 MH *GetH() { return fH; } 67 TCanvas *GetCanvas() { return fCanvas; } 68 65 69 ClassDef(MFillH, 2) // Task to fill a histogram with data from a parameter container 66 70 };
Note:
See TracChangeset
for help on using the changeset viewer.