SHiP Geometry Service
Framework-agnostic C++20 library wrapping the SHiP GeoModel geometry behind a stable interface.
Loading...
Searching...
No Matches
Public Attributes | List of all members
ship::RayScan Struct Reference

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< RaySegmentsegments
 ordered material segments (mm)
 

Detailed Description

Result of a ray scan: where the ray entered the world and what it crossed.

Member Data Documentation

◆ entry

double ship::RayScan::entry {0.}

distance (mm) from the ray origin to the start of the first segment

◆ segments

std::vector<RaySegment> ship::RayScan::segments

ordered material segments (mm)


The documentation for this struct was generated from the following file: