Belle II Software
release-08-01-10
|
spherical mirror data in module local frame. More...
#include <RaytracerBase.h>
Public Member Functions | |
Mirror () | |
default constructor | |
Mirror (const TOPGeoModule &module) | |
constructor from TOP module. More... | |
Public Attributes | |
double | xc = 0 |
center of curvature in x | |
double | yc = 0 |
center of curvature in y | |
double | zc = 0 |
center of curvature in z | |
double | R = 0 |
radius | |
double | zb = 0 |
minimum of mirror surface in z | |
double | reflectivity = 0 |
mirror reflectivity | |
spherical mirror data in module local frame.
Definition at line 80 of file RaytracerBase.h.
|
explicit |
constructor from TOP module.
module | module object from TOPGeometry |
Definition at line 39 of file RaytracerBase.cc.