Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CorryvreckanCorryvreckan
  • CorryvreckanCorryvreckan
  • Merge requests
  • !451

Added a max chi2 parameter for plots in Tracking4D

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jens Dopke requested to merge jdopke/corryvreckan:Tracking4DPlotParameterAddition into master Aug 02, 2021
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 3

Added a max_plot_chi2 parameter for chi2 plots in Tracking4D - helpful when the initial telescope alignment is out by a few ten um (AIDA telescopes).

Whilst pre-alignment might solve this for many cases, I ran through AlignmentTrackChi2 with a large prune cutoff for track chi2 and that worked out of the box. To estimate the size of the cutoff, I had to set the plot range in Tracking4d for plots trackChi2 and trackChi2ndof to be variable, so that, as the alignment works things out, I can decrease the range of those plots.

New parameter max_plot_chi2 defaults to the old standard value of 50.0. Multiplied by 3 for trackChi2 and used as is in trackChi2ndof to reflect the existing behaviour.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Tracking4DPlotParameterAddition