Skip to content

CombineParticles can save subbranches

Sebastian Neubert requested to merge LHCBPS-1644 into turboslim

Added feature to CombineParticles: You can now use SelectionDescriptor to select which subbranch of the combined candidate you want to store. For example SelectionDescriptor='Beauty -> Beauty ^X' will select the tracks you added to you Beauty input particle. All cut machinery provided by CombineParticles works as usual when using this. If the SelectionDescriptor is not set, CombineParticles functionality remains exactly as before.

Merge request reports