Belle II Software development
YScanner::WindowProjection Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ evenReflection

bool evenReflection = false

true if the window has the same orientation as the true one

Definition at line 201 of file YScanner.h.

◆ sy

double sy = 0

window surface direction in y

Definition at line 197 of file YScanner.h.

◆ sz

double sz = 0

window surface direction in z

Definition at line 198 of file YScanner.h.

◆ y0

double y0 = 0

y of the window origin, displaced to the prism entrance plane

Definition at line 199 of file YScanner.h.

◆ z0

double z0 = 0

z of the window origin, displaced to the prism entrance plane

Definition at line 200 of file YScanner.h.


The documentation for this struct was generated from the following file: