Skip to content

Python script that orders the CollectionTree by event number

Alaettin Serhan Mete requested to merge amete/athena:master-tree-orderer into master

This MR is adding a basic python script that reads a ROOT file (HITS/AOD etc.) and orders the CollectionTree by the event number (asc/desc). The idea is to use this to re-order events so that we can use the existing infrastructure (i.e. diff-root) to compare results from serial/MP/MT jobs.

cc: @wlampl @emoyse @jchapman @tadej @mbandier

Edited by Alaettin Serhan Mete

Merge request reports