Skip to content

21.2 f fabbri fix ghost track wp usage

Previously it was possible to select two different WP for the ghost tracks associated to the small-R jets and large-R jets.

This was causing an issue because the outcome of the selection for the tracks associated to small-R jets was overwritten from the outcome of the selection for large-R jets, if the track was matched to both collections. This is because the ghost track collection is just one so it is very hard to have a separate selection based on the jets they are matched to.

To fix the problem I changed the code to have only one flag for the ghost track quality, pT and association to the primary vertex that is used both for large and smallR jets. To reach this I had to change TopConfiguration, TopAnalysis and TopCPTools

This is also described in ANALYSISTO-1072

Merge request reports