Changeset 4840 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 09/03/04 13:57:47 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.cc
r3789 r4840 183 183 // histograms use MH::SetBinning directly) 184 184 // 185 void MBinning::Apply(TH1 &h) 185 void MBinning::Apply(TH1 &h) const 186 186 { 187 187 if (h.InheritsFrom("TH2") || h.InheritsFrom("TH3")) -
trunk/MagicSoft/Mars/mhbase/MBinning.h
r3788 r4840 80 80 Bool_t IsUserArray() const { return fType==kIsUserArray; } 81 81 82 void Apply(TH1 &) ;82 void Apply(TH1 &) const; 83 83 84 84 ClassDef(MBinning, 1) //Container to store the binning of a histogram
Note:
See TracChangeset
for help on using the changeset viewer.