Skip to content

Add tuple tools for PV -> MC PV associations

Michael Thomas Alexander requested to merge malexand-tupletoolpv2mc into run2-patches

Add TupleToolPV2MC to store the relations table of PV -> MCPV, and TupleToolMCPVAssociation to check whether a reco'd particle is associated to correct PV.

Tag @ibelyaev - I modified LoKi::PV2MC slightly so that it doesn't check that each MC PV corresponds to a GenCollision, since that should always be the case anyway (I think), and the GenCollisions aren't saved to DSTs any more.

Merge request reports