Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::ModelGroup Struct Reference

Energy-dependent model IDs for a single process and particle type. More...

#include <PhysicsData.hh>

Public Types

using Energy = units::MevEnergy
 

Public Member Functions

CELER_FUNCTION operator bool () const
 True if assigned.
 

Public Attributes

ItemRange< real_typeenergy
 Energy grid bounds [MeV].
 
ItemRange< ParticleModelIdmodel
 Corresponding models.
 

Detailed Description

Energy-dependent model IDs for a single process and particle type.

For a given particle type, a single process should be divided into multiple models as a function of energy. The ModelGroup represents this with an energy grid, and each cell of the grid corresponding to a particular ModelId.


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