|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Data required to initialize a geometry state. More...
#include <Types.hh>
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| True if assigned. | |
| CELER_FUNCTION | GeoTrackInitializer () |
| Default constructor. | |
| CELER_FUNCTION | GeoTrackInitializer (Real3, Real3) |
| Construct with an invalid parent ID. | |
| CELER_FUNCTION | GeoTrackInitializer (Real3, Real3, TrackSlotId) |
| Construct with position, direction, and parent ID. | |
Public Attributes | |
| Real3 | pos {0, 0, 0} |
| Real3 | dir {0, 0, 0} |
| TrackSlotId | parent |
Data required to initialize a geometry state.