Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 61
    • Merge requests 61
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !1055

Addition of reference nodes to TrackVectorFitter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Hugo Campora Perez requested to merge dcampora_vectorfit_add_reference_nodes into master May 12, 2018
  • Overview 18
  • Commits 4
  • Pipelines 0
  • Changes 11
  • Reference Nodes will be created upon invocation of makeNodes, like in MasterFitter.
  • updateMaterialCorrections generates the noiseMatrix for all nodes, including Reference ones, with a slight modification:
    • Signal nodes will have their noiseMatrix generated from the previous signal node z.
    • Reference nodes will have their noiseMatrix generated from the previous node, regardless of the type of that node.
  • Reference nodes will not be created when making Tr::TrackVectorFit::Tracks. Instead, only signal nodes will be fitted.
  • At populateTracks, reference nodes updateTransport is executed. This populates their transport matrices. Then, their states are calculated by Predict followed by the Smoother.

See !1050 (merged) for the discussion leading to this MR.

Edited May 20, 2018 by Marco Cattaneo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dcampora_vectorfit_add_reference_nodes