-
Notifications
You must be signed in to change notification settings - Fork 16
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
MC truth y offset #64
Comments
Hijacking this issue as a braindump: We're also swapping x and z (with the goal of achieving "z = beam"), but at this point larnd-sim is already writing all of the truth with "z = beam". |
Yes, all of the funny business here is done to fix the old inconsistent coordinate system from the larnd-sim files (which had different origins / units / coordinate axes between the trajectories and the tracks). These are both safe to remove for the future. |
On the topic of units, I outlined a unit system in I can't say that I successfully did this in all of my code but always better to try and start off on the right foot. |
Yeah, that was the plan in a future commit once I got more feedback on what units we wanted (or silent approval). The current state was to get files out now for reco development. |
ndlar_flow/src/proto_nd_flow/reco/charge/raw_event_generator.py
Line 145 in fb1fc2a
We're adding an offset of 21.8236 cm to the y coordinates in the truth datasets. This looks like a holdover from one of Peter's old analyses. We should probably get rid of it, but maybe I'm missing something.
The text was updated successfully, but these errors were encountered: