Number of Entries in a histogram above a value


ROOT Version: 6.14.00
Platform: Linux Ubuntu 18.04
Compiler: Not Provided


Hey all!

How might I be able to retrieve the number of histogram entries above an x-axis value from a histogram present in a tree? I’m attempting to plot values of one histogram versus values of another histogram when cuts are made on it by the first.

Thanks in advance,
belle

See the “selection” parameter of the TTree::Draw method.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.