Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::GeantGeoStateData< W, M > Struct Template Reference

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>
GeantGeoStateDataoperator= (GeantGeoStateData< W2, M2 > &other)
 Assign from another set of data.
 
void reset ()
 

Public Attributes

Items< Real3pos
 
Items< Real3dir
 
Items< real_type > next_step
 
Items< real_type > safety_radius
 
detail::GeantGeoNavCollection< W, M > nav_state
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::GeantGeoStateData< W, M >

Geant4 geometry state data.


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