I’m quite a new ROOT user, trying to get to grips with it still, so sorry if this question is a bit basic.
I have an ntuple root file with x, y, t variables, with multiple values of t for specific x, y coordinates. I would like to draw this to a 3D graph where only the minimum value of t per coordinate is drawn, ignoring all other values of t.
Is there any way to do this? I’m not sure where to even start.
I stupidly failed to mention that I’m forced to run ROOT version 5 as I’m using a windows machine, which doesn’t have TTreeReader. Is there an equivalent for ver 5?