Skip to content
Snippets Groups Projects

WIP: Add TrackNProngVertex and TrackCompactVertex

Closed Wouter Hulsbergen requested to merge WH_TrackNProngVertex_201903 into master
1 unresolved thread

This is a proposal for two new utilities:

  • a new 'fast' N-prong vertex fit (called TrackNProngVertex)
  • a class to store the result of the vertex fit such that p4 (and cov 7x7) can be computed after mass assignment to daughters). This would be the thing to store in the event store.

Both structures are templated on the floating point type and on the number of daughters: the latter can either be an integer with the actual number of daughters (in which case daughter information is stored in a std::array) or 'Dynamic' (standin for c++20 std::dynamic_extent, which didn't yet exists on my platform) in which case a vector is used.

There are still lot's of FIXME's in the code, but can be input for discussion in the next tracking meeting. (WH, 2019-04-01)

Merge request reports

Pipeline #859515 passed

Pipeline passed for acc861ad on WH_TrackNProngVertex_201903

Approval is optional

Closed by Olli LuptonOlli Lupton 5 years ago (Sep 30, 2019 7:26am UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading