Ignore:
Timestamp:
06/13/03 16:42:37 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MBinning.cc

    r2117 r2173  
    3131
    3232#include <ctype.h>      // tolower
    33 #include <fstream.h>
     33#include <fstream>
    3434
    3535#include <TH1.h>        // InheritsFrom
     
    4141
    4242ClassImp(MBinning);
     43
     44using namespace std;
    4345
    4446static const TString gsDefName  = "MBinning";
     
    7577}
    7678
    77 void MBinning::SetEdges(const TH1 &h, const Char_t axis='x')
     79void MBinning::SetEdges(const TH1 &h, const Char_t axis)
    7880{
    7981    TH1 &hist = (TH1&)h; // get rid of const qualifier
Note: See TracChangeset for help on using the changeset viewer.