Belle II Software development
|
Unfolded prism exit window. More...
#include <TOPGeoPrism.h>
Public Member Functions | |
UnfoldedWindow (const ROOT::Math::XYVector &orig, const ROOT::Math::XYVector &dir, const ROOT::Math::XYVector &norm, const ROOT::Math::XYVector &slanted) | |
constructor | |
Public Attributes | |
double | y0 = 0 |
window origin in y | |
double | z0 = 0 |
window origin in z | |
double | sy = 0 |
window surface direction in y | |
double | sz = 0 |
window surface direction in z | |
double | ny = 0 |
normal to window surface, y component | |
double | nz = 0 |
normal to window surface, z component | |
double | nsy [2] = {0, 0} |
normals to upper [0] and slanted [1] surfaces, y component | |
double | nsz [2] = {0, 0} |
normals to upper [0] and slanted [1] surfaces, z component | |
Unfolded prism exit window.
Definition at line 43 of file TOPGeoPrism.h.
double nsy[2] = {0, 0} |
normals to upper [0] and slanted [1] surfaces, y component
Definition at line 50 of file TOPGeoPrism.h.
double nsz[2] = {0, 0} |
normals to upper [0] and slanted [1] surfaces, z component
Definition at line 51 of file TOPGeoPrism.h.
double ny = 0 |
normal to window surface, y component
Definition at line 48 of file TOPGeoPrism.h.
double nz = 0 |
normal to window surface, z component
Definition at line 49 of file TOPGeoPrism.h.
double sy = 0 |
window surface direction in y
Definition at line 46 of file TOPGeoPrism.h.
double sz = 0 |
window surface direction in z
Definition at line 47 of file TOPGeoPrism.h.
double y0 = 0 |
window origin in y
Definition at line 44 of file TOPGeoPrism.h.
double z0 = 0 |
window origin in z
Definition at line 45 of file TOPGeoPrism.h.