[quote=“Promme”]Goes into the direction of my solution, where I scanned
calling GetBinEntry of TAxis to be larger than 1 and to break then. The
Drawback is, that precision is limited by the binsize of the histogram. I was
hoping for an elegant solution. So I will have to filter it by hand.
[/quote]
Did you actually try what I suggested? TTree::GetV1 after a draw will give you
access to the raw values in the tree (just like TTree::Scan would print them).
There is no binning involved.