Hello,
I can’t seem to figure this out TH1F has constructor:
TH1F::TH1F(const char *name,const char *title,Int_t nbins,const Float_t *xbins)
How can I define const Float_t *xbins? I want my plots so they will scale to the maximums of the filled data.
Any help is appreciated.
Thanks!