Thanks for replay, but I can’t see function SetBins() in the class TAxis.
This function exsist in class TH1 but it can’t use my array of low bins edges.
For example in TH1D there are two kind of constructors(with and without array):
TH1D(const char* name, const char* title, Int_t nbinsx, Axis_t xlow, Axis_t xup)
TH1D(const char* name, const char* title, Int_t nbinsx, const Double_t* xbins)
But there is only one kind of function SetBins:
void SetBins(Int_t nx, Axis_t xmin, Axis_t xmax)
I can’t find:
void SetBins(Int_t nx, const Double_t* xbins)
Does it exist? where?
I use root 4.00.08