|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Shared simulation data. More...
#include <SimData.hh>
Public Types | |
| template<class T > | |
| using | ParticleItems = Collection< T, W, M, ParticleId > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether the data are assigned. | |
| template<Ownership W2, MemSpace M2> | |
| SimParamsData & | operator= (SimParamsData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| ParticleItems< LoopingThreshold > | looping |
| size_type | max_steps {} |
Shared simulation data.
These are cutoff parameters based on the number of steps a track has taken. Currently these are global or per particle type (with a single energy cut); we should make them [energy, particle, region] for full extensibility.