Skip to content

Cleanup and split McEventCollectionFilter functionality

Tadej Novak requested to merge tadej/athena:mcfilter into master

Cleanup and split McEventCollectionFilter functionality to make it more modular. Now there is one algorithm for tweaking the McEventCollection and one per detector to do relinking.

I had some troubles copying the original GenEvent which makes the output different now - there are just too many different ways how to copy GenEvent. As discussed with John, we're fine with braking the output as the current behaviour is buggy.

Also adds ITk and HGTD support.

No hit collection changes after this change, only GenEvent.

/cc @jchapman @nstyles @dshope @averbyts

Edited by Tadej Novak

Merge request reports