Changeset 2173 for trunk/MagicSoft/Mars/mhist/MBinning.cc
- Timestamp:
- 06/13/03 16:42:37 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MBinning.cc
r2117 r2173 31 31 32 32 #include <ctype.h> // tolower 33 #include <fstream .h>33 #include <fstream> 34 34 35 35 #include <TH1.h> // InheritsFrom … … 41 41 42 42 ClassImp(MBinning); 43 44 using namespace std; 43 45 44 46 static const TString gsDefName = "MBinning"; … … 75 77 } 76 78 77 void MBinning::SetEdges(const TH1 &h, const Char_t axis ='x')79 void MBinning::SetEdges(const TH1 &h, const Char_t axis) 78 80 { 79 81 TH1 &hist = (TH1&)h; // get rid of const qualifier
Note:
See TracChangeset
for help on using the changeset viewer.