Hi all,
I can find the maximum value of an histogram by ;
and it returns as expected but I do need to find the position of this maximum value in x-axis. Any ideas ?
Thanks
Hi all,
I can find the maximum value of an histogram by ;
and it returns as expected but I do need to find the position of this maximum value in x-axis. Any ideas ?
Thanks
[quote=“Wile E. Coyote”]TH1::GetMinimumBin
TH1::GetMaximumBin[/quote]
Thank you.