Skip to content

Add xAOD reduction script

Dan Guest requested to merge dguest/training-dataset-dumper:add-file-chopper into r22

This adds a script to make a reduced AOD. I mostly wanted this to add unit tests, e.g. #60 (closed).

It might also be useful so we can make the PHYSVAL-based test files directly from production datasets. The script also slims down the inputs quite a bit by dropping branches: a quick local test reduces the PHYSVAL input for the pflow pipeline from 6 MB down to 1.3 MB.

I also took the opportunity to clean up the testing scripts a bit: there were some outdated things like the GNN test and the ability to run EventLoop.

Edited by Dan Guest

Merge request reports