Belle II Software
release-08-01-10
|
prism data in module local frame. More...
#include <RaytracerBase.h>
Public Member Functions | |
Prism () | |
default constructor | |
Prism (const TOPGeoModule &module) | |
constructor from TOP module. More... | |
Public Attributes | |
double | A = 0 |
width (dimension in x) | |
double | B = 0 |
thickness at bar (dimension in y) | |
double | yUp = 0 |
maximal y of exit window | |
double | yDown = 0 |
minimal y of exit window | |
double | zL = 0 |
minimal z | |
double | zR = 0 |
maximal z, i.e position of prism-bar joint | |
double | zFlat = 0 |
z where flat continues to slanted surface | |
double | zD = 0 |
detector (photo-cathode) position | |
double | slope = 0 |
slope of slanted surface (dy/dz) | |
int | k0 = 0 |
index of true prism in the vector 'unfoldedWindows' | |
std::vector< TOPGeoPrism::UnfoldedWindow > | unfoldedWindows |
unfolded prism exit windows | |
prism data in module local frame.
Definition at line 104 of file RaytracerBase.h.
|
explicit |
constructor from TOP module.
module | module object from TOPGeometry |
Definition at line 55 of file RaytracerBase.cc.