Changeset 1441 for trunk/MagicSoft/Mars/mhist/MH.h
- Timestamp:
- 07/25/02 13:58:19 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.h
r1388 r1441 44 44 static void SetBinning(TH1 *h, TH1 *x); 45 45 46 static void ScaleAxis(TArrayD &bins, Double_t f); 47 static void ScaleAxis(TH1 *bins, Double_t fx=1, Double_t fy=1, Double_t fz=1); 48 46 49 ClassDef(MH, 1) //A histogram base class for Mars histograms 47 50 };
Note:
See TracChangeset
for help on using the changeset viewer.