Skip to content

xAODCore: Sort branches in a derministic order.

Scott Snyder requested to merge ssnyder/athena:sort.xAODCore-20210322 into master

When we print the list of accessed branches, we were sorting by number of entries read. But if two branches were tied, then the result of the sort was not determined. Change to compare by branch name if the entry count is tied.

Merge request reports