Skip to content

RootUtils: Speed up PyROOTInspector for DataVector of xAOD.

Scott Snyder requested to merge ssnyder/athena:xaod.RootUtils-20230613 into 23.0

xAOD classes usually don't contain any persistent data. In that case, we can skip the actual iteration over the container.

Merge request reports