![]() |
Belle II Software development
|
Geometry-only quantities needed to project a pixel to a given unfolded prism exit window. More...
#include <YScanner.h>
Public Attributes | |
| double | sy = 0 |
| window surface direction in y | |
| double | sz = 0 |
| window surface direction in z | |
| double | y0 = 0 |
| y of the window origin, displaced to the prism entrance plane | |
| double | z0 = 0 |
| z of the window origin, displaced to the prism entrance plane | |
| bool | evenReflection = false |
| true if the window has the same orientation as the true one | |
Geometry-only quantities needed to project a pixel to a given unfolded prism exit window.
They only depend on the prism, therefore they are calculated once in the constructor.
Definition at line 196 of file YScanner.h.
| bool evenReflection = false |
true if the window has the same orientation as the true one
Definition at line 201 of file YScanner.h.
| double sy = 0 |
window surface direction in y
Definition at line 197 of file YScanner.h.
| double sz = 0 |
window surface direction in z
Definition at line 198 of file YScanner.h.
| double y0 = 0 |
y of the window origin, displaced to the prism entrance plane
Definition at line 199 of file YScanner.h.
| double z0 = 0 |
z of the window origin, displaced to the prism entrance plane
Definition at line 200 of file YScanner.h.