Skip to content

Writer cleanup: use a common base class for linked particles.

Dan Guest requested to merge dguest/training-dataset-dumper:writer-cleanup into main

This removes some unneeded wrappers around the writers for particles that are linked to jets. The JetLinkedIParticleWriter, JetLinkedFlowWriter, and JetElectronWriter all had a common signature and nearly identical configuration, so I thought I'd make it more explicit.

Merge request reports