Proper numbering and orientations of PMTs in mPMT for WCTE#375
Proper numbering and orientations of PMTs in mPMT for WCTE#375tdealtry merged 2 commits intoWCSim:developfrom
Conversation
|
Thanks @kmtsui This is modifying all mPMT geometries not just WCTE. Can you explain a bit more as to what changed and why? I would presume the difference for all geometries is in WCSimMultiPMTParameterisation.cc |
|
To change the ordering, a new mPMTconfig is used. But then there is an extra offset in the ring because copy number is directly used. That why I subtracted the number of PMTs from the previous rings. Looking at the output, the difference in geometry positions is flipping between -0.000 and 0.000, so it should be numerical precision in the subtraction. Let me change the way of subtraction. |
|
okay, the difference is still there for some geometries, probably because in the original code, phi is sometimes added over 2pi. |
|
Ok I see. Happy for you to merge it when you're happy with it, since the changes are small (< 1% level) I just draw your attention to this showing that the WCTE detector size has been modified by this PR. Is this expected? |
|
Looking at Anyway I think we are good to merge it. |
To get the numbering and orientations correct for WCTE mPMTs. May need to further change the module dimensions later.
