22   TH1F *
h = 
new TH1F(
"h", 
"test rebin", 100, -3, 3);
 
   27   TAxis *axis = 
h->GetXaxis();
 
   28   for (
Int_t i = 1; i <= 100; i++) {
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Class to manage histogram axis.
 
virtual Double_t GetBinLowEdge(Int_t bin) const
Return low edge of bin.
 
virtual Double_t GetBinWidth(Int_t bin) const
Return bin width.
 
1-D histogram with a float per channel (see TH1 documentation)
 
const double xbins[xbins_n]