Celeritas 0.6.0-dev.116+3fbab5e0
|
#include "corecel/Types.hh"
Classes | |
struct | celeritas::CherenkovPhysicsOptions |
Cherenkov process options. More... | |
struct | celeritas::ScintillationPhysicsOptions |
Scintillation process options. More... | |
struct | celeritas::BoundaryPhysicsOptions |
Optical Boundary process options. More... | |
struct | celeritas::GeantOpticalPhysicsOptions |
Construction options for Geant optical physics. More... | |
Enumerations | |
enum class | celeritas::WLSTimeProfileSelection { none , delta , exponential , size_ } |
WLS time model selection. More... | |
Functions | |
constexpr bool | celeritas::operator== (CherenkovPhysicsOptions const &a, CherenkovPhysicsOptions const &b) |
Equality operator, mainly for test harness. | |
constexpr bool | celeritas::operator== (ScintillationPhysicsOptions const &a, ScintillationPhysicsOptions const &b) |
Equality operator, mainly for test harness. | |
constexpr bool | celeritas::operator== (BoundaryPhysicsOptions const &a, BoundaryPhysicsOptions const &b) |
Equality operator, mainly for test harness. | |
constexpr bool | celeritas::operator== (GeantOpticalPhysicsOptions const &a, GeantOpticalPhysicsOptions const &b) |
Equality operator, mainly for test harness. | |
char const * | celeritas::to_cstring (WLSTimeProfileSelection value) |
Get a string corresponding to the wavelength shifting time model selection. | |
|
strong |