acts icon indicating copy to clipboard operation
acts copied to clipboard

bug: large errors in ODD track finding for theta = pi / 2

Open felix-russo opened this issue 2 years ago • 4 comments

Together with @andiwand, we noticed that the track finding/fitting in combination with the default seeding gives large errors for tracks that have theta = pi / 2 when using the setup from our physics monitoring.

This can be nicely seen when plotting track errors against truth theta: image

The tracks have no time measurements for theta approximately pi/2: image

tagging @asalzburger @paulgessinger

felix-russo avatar Dec 13 '23 16:12 felix-russo

We digged a little bit more and it seems plausible that this is due to not having a correct initial time parameter from the seeding. The CKF will then reject measurements with time if they have a big residual which happens by chance. The result is tracks without any pixel measurements and poor IP resolution

andiwand avatar Dec 13 '23 16:12 andiwand

Also tagging our seeding expert @LuisFelipeCoelho 😄

felix-russo avatar Dec 15 '23 11:12 felix-russo

I should also mention https://github.com/acts-project/acts/pull/2829 here. There I wire the measurement time through SP and seeds so this effect should go away

andiwand avatar Dec 15 '23 11:12 andiwand

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

github-actions[bot] avatar Jan 14 '24 12:01 github-actions[bot]

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

github-actions[bot] avatar May 25 '24 13:05 github-actions[bot]

dev-meeting: @andiwand: this is probably fixed. If time estimation was too stiff, we ould not find a track in the region.

AJPfleger avatar May 28 '24 07:05 AJPfleger