Skip to content

Add tracking configuration for superRoi jet tracking

Mark Sutton requested to merge sutt/athena:jetconfig into master

To run superRoi jet tracking, we need a new tracking configuration instance. This also provides a new RoiDescriptor name, and also provides the relevant vertex collection, since the vertexing will need to be executed, and the vertices stored.

Because the superRoi tracking will have fewer tracks, then some times there maybe fewer than 2 tracks in the Roi, so we want the single track vertices to ensure that these vertices cvan be found. Less important if we have a low pt threshold on the tracks - here it is 1 GeV, but in Run 2 it was 5 GeV and the two track requirement resulted in a lower vertex efficiency for low multiplicity tracks

  • perhaps not such a problem for b-tagging as low track multiplicity events might be less likely to pass the b-tagging anyhow, but that was running reduced width Rois so probably better to be safeer than sorry here.

Also adds the EDM changes, but commented until needed.

Merge request reports