Skip to content

Add FTAG track selections

Samuel Van Stroud requested to merge (removed):22.0-addTrackSels into 22.0

As mentioned in atlas-flavor-tagging-tools/training-dataset-dumper#96 (closed), the current FTAG track selections are not in line with the r22 recommendation.

This adds two new selections

  • R22_DEFAULT, which is the same as the "dips loose" track selection but increases the min Si hit from 7 -> 8 (in line with recommendations)
  • R22_LOOSE, which is the same as R22_DEFAULT but removes the shared module cut and relaxes the d0 cut. This has also been called "gnn loose" selection in the group (but I think it probably makes sense to avoid naming selections on the algorithms which were first used to study them)

also importing changes from master added in !57172 (diffs) and in !56090 (diffs)

Tagging @biliu @fdibello @vdao @dguest

Merge request reports