-
Notifications
You must be signed in to change notification settings - Fork 26
Fixes to DC geometry #299
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
Fixes to DC geometry #299
Conversation
|
See this for more details |
…fixes gor compatibility with old alignment
|
I looked over the code and I have some comments and a open question which I already sent to Raffaella. I write them here for documentation purposes. In general we should also link later the new geometry document which we are going to write since drawings for most of the equations would be very helpful.
More comments are all for function 'private void findEnds()' from line 356-415:
|
|
The last four commits address the requested changes, details below. 1. Line 600 - function 'public static MinistaggerStatus getStatus(String name)' would need some comment that "ON" is used when "IF" condition fails. Also some print out warning 5. Comments for coordinate systems. It is confusing when some of the vectors are rotated by (theta_tilt) and when not. It would be great if comments could example and explicit state the systems. The test was done confermaing the resulting rtang coordinates are the same: |
hauenst
left a comment
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.
All comments were addressed
|
Let's goto 11? Even if it's technically backward-compatible, seems probably delicate. |
Accounts for:
For the latter only the shift to the wire midpoint is used while the change in direction is for now ignored because somehow tracking vertex resolution become worse when that is used. The current hypothsis is that is just a mathematical issue appearing because reconstruction is still assuming the stereo angle is 6 deg. The effect should be anyway negligible because the max change to the stereo angle is +/- 0.013 deg, corresponding to shifts of the wire endpoints of 10-30 um.