Changeset 8657 for trunk/MagicSoft/Mars/mhbase/MH.h
- Timestamp:
- 08/06/07 15:44:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH.h
r8047 r8657 80 80 static void RemoveFirstBin(TH1 &h); 81 81 82 static Bool_t ApplyBinning(const MParList &plist, TString name, TH1 *h); 82 static Bool_t ApplyBinning(const MParList &plist, TString x, TH1 *h); 83 static Bool_t ApplyBinning(const MParList &plist, TString x, TString y, TH2 *h); 84 static Bool_t ApplyBinning(const MParList &plist, TString x, TString y, TString z, TH3 *h); 83 85 84 86 static void ScaleArray(TArrayD &bins, Double_t f);
Note:
See TracChangeset
for help on using the changeset viewer.