|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
Geant4 geometry state data. More...
#include <GeantGeoData.hh>
Public Types | |
| using | real_type = double |
| using | Real3 = Array< double, 3 > |
| template<class T > | |
| using | Items = celeritas::StateCollection< T, W, MemSpace::host > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| True if sizes are consistent and states are assigned. | |
| CELER_FUNCTION TrackSlotId::size_type | size () const |
| State size. | |
| template<Ownership W2, MemSpace M2> | |
| GeantGeoStateData & | operator= (GeantGeoStateData< W2, M2 > &other) |
| Assign from another set of data. | |
| void | reset () |
Public Attributes | |
| Items< Real3 > | pos |
| Items< Real3 > | dir |
| Items< real_type > | next_step |
| Items< real_type > | safety_radius |
| detail::GeantGeoNavCollection< W, M > | nav_state |
Geant4 geometry state data.