|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Persistent data for track initialization. More...
#include <TrackInitData.hh>
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether the data are assigned. | |
| template<Ownership W2, MemSpace M2> | |
| TrackInitParamsData & | operator= (TrackInitParamsData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| size_type | capacity {0} |
| Track initializer storage size. | |
| size_type | max_events {0} |
| Maximum number of events that can be run. | |
| TrackOrder | track_order {TrackOrder::none} |
| How to sort tracks on gpu. | |
Persistent data for track initialization.
TODO: change max_events to be the maximum number of events in flight at once rather than the maximum number of events that can be run over the entire simulation