Replies: 1 comment 8 replies
-
The short answer is that any TSpline3 objects read in with Uproot don't have methods, only data members. In Python, we have the ROOT file and therefore all of the data, but not the C++ code. So there's no way to do this now. The longer answer is that methods like this can be added to the The first step, whether you're thinking about contributing these functions or just getting something to work for yourself, is to look at the |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm new to uproot so maybe I'm missing something obvious.
I was trying to figure out how I can extract values from TSpline3. In ROOT there are functions like Eval(), FindX(), etc; what's the equivalent way of doing this in uproot?
Beta Was this translation helpful? Give feedback.
All reactions