Belle II Software development
|
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. | |
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.
|
inline |
|
explicit |
constructor from TOP module.
module | module object from TOPGeometry |
Definition at line 39 of file RaytracerBase.cc.
double R = 0 |
radius
Definition at line 84 of file RaytracerBase.h.
double reflectivity = 0 |
mirror reflectivity
Definition at line 86 of file RaytracerBase.h.
double xc = 0 |
center of curvature in x
Definition at line 81 of file RaytracerBase.h.
double yc = 0 |
center of curvature in y
Definition at line 82 of file RaytracerBase.h.
double zb = 0 |
minimum of mirror surface in z
Definition at line 85 of file RaytracerBase.h.
double zc = 0 |
center of curvature in z
Definition at line 83 of file RaytracerBase.h.