Skip to content

RootUtils+PyUtils: Add retvecs option to PyROOTInspector.

Scott Snyder requested to merge ssnyder/athena:retvec.RootUtils-20230607 into 23.0

Add an option to PyROOTInspector to allow returning std::vectors of fundamental types as a single object rather than iterating over it. This can speed up diff-root a bit by using the vector operator== rather than doing the iteration in python.

Merge request reports