ioanaif

Results 5 issues of ioanaif

Code to reproduce: ``` int add(int a, int b) { return a + b ;} void tes1(int a, int b, int* res){ res[0] = a*10 + b*b*9; res[0] = add(res[0],...

This PR allows passing paths into `classname_of`, `streamer_of`, `class_of` and `title_of`. Thus, the following path sent as argument will return "TBranch": ``` with uproot.open("test.root") as f: assert f.classname_of("Tree/x") == "TBranch"...

An issue was introduced in between uproot 4.1.1 and 4.1.5, where ROOT .Map() shows errors for any TTrees with TBaskets (where the TBaskets can be empty or not). ```python >>>...

bug
big-project