|
SHiP Geometry Service
Framework-agnostic C++20 library wrapping the SHiP GeoModel geometry behind a stable interface.
|
Result of a ray scan: where the ray entered the world and what it crossed. More...
#include <G4RayScanner.h>
Public Attributes | |
| double | entry {0.} |
| distance (mm) from the ray origin to the start of the first segment | |
| std::vector< RaySegment > | segments |
| ordered material segments (mm) | |
Result of a ray scan: where the ray entered the world and what it crossed.
| double ship::RayScan::entry {0.} |
distance (mm) from the ray origin to the start of the first segment
| std::vector<RaySegment> ship::RayScan::segments |
ordered material segments (mm)