-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bring measurements back to trajectory #60
Conversation
move measurements from Track back to Trajectory, and add back outliers.
We discussed this in Joe's talk. We don't want these hits in trajectory. |
Shujie discussed with me offline and wanted this because (correct me if I'm wrong)
I still personally think we should have the measurements in the |
Whatever it is, let's try to get this right in fewer steps, ok? I.e. this better be the final one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have an issue with this, my opinion is that the measurements belong in the Track
object as analyzers may want to know how many exist on a track (and how many from various subsystems exist), and if we are trying to keep analyzer info from expert info separate then this should be moved. But I'm not going to argue for it if others think it is better in this proposed way
I noticed this PR is still open. |
I think we(you) should address that issue instead of reverting data model changes. |
It's fine to merge this to maintain current functionality IMO but it should not be used as an excuse to punt the switch to |
Briefly, what does this PR introduce?
Move measurements from Track (which is introduced in #58) back to Trajectory, and add back outliers.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
CKFtracking.cc needs to be updated to take the new data structure.
Does this PR change default behavior?