Celeritas
0.5.0-56+6b053cd
|
#include <vector>
Classes | |
struct | celeritas::ImportPhysicsVector |
Store imported physics vector data [see Geant4's G4PhysicsVector.hh]. More... | |
struct | celeritas::ImportPhysics2DVector |
Store imported 2D physics vector data (see Geant4's G4Physics2DVector.hh). More... | |
Enumerations | |
enum class | celeritas::ImportPhysicsVectorType { unknown , linear , log , free , size_ } |
Geant4 equivalent enum for Physics vector types. More... | |
Functions | |
bool | celeritas::operator== (ImportPhysics2DVector const &a, ImportPhysics2DVector const &b) |
Equality operator, mainly for debugging. | |
char const * | celeritas::to_cstring (ImportPhysicsVectorType value) |
Get the string value for a vector type. | |
|
strong |