LDMX Software
|
Stores the necessary geometry details for a hexagonal prism. More...
#include <DetectorGeometry.h>
Public Attributes | |
double | x |
double | y |
double | z |
double | height |
double | radius |
Stores the necessary geometry details for a hexagonal prism.
Definition at line 41 of file DetectorGeometry.h.
double eventdisplay::HexPrism::height |
Definition at line 45 of file DetectorGeometry.h.
double eventdisplay::HexPrism::radius |
Definition at line 46 of file DetectorGeometry.h.
double eventdisplay::HexPrism::x |
Definition at line 42 of file DetectorGeometry.h.
double eventdisplay::HexPrism::y |
Definition at line 43 of file DetectorGeometry.h.
double eventdisplay::HexPrism::z |
Definition at line 44 of file DetectorGeometry.h.