Skip to content
Snippets Groups Projects

RootUtils+PyUtils: Add retvecs option to PyROOTInspector.

Merged Scott Snyder requested to merge ssnyder/athena:retvec.RootUtils-20230607 into 23.0
  1. Jun 07, 2023
    • scott snyder's avatar
      fix flake8 warning · 65a759a3
      scott snyder authored
      65a759a3
    • scott snyder's avatar
      PyUtils: Add retvecs option to PyROOTInspector. · e9708da8
      scott snyder authored
      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.
      e9708da8
    • scott snyder's avatar
      RootUtils: Add retvecs option to PyROOTInspector. · eeee4477
      scott snyder authored
      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.
      eeee4477
Loading