Celeritas 0.6.0-47+develop.b3cbb238
|
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.