Celeritas 0.6.0-dev.116+3fbab5e0
|
Classes | |
class | celeritas::PDGNumber |
Type-safe particle identifier. More... | |
Namespaces | |
namespace | celeritas::pdg |
Unique standard model particle identifiers by the Particle Data Group. | |
Macros | |
#define | CELER_DEFINE_PDGNUMBER(NAME, VALUE) |
Functions | |
constexpr bool | celeritas::operator== (PDGNumber lhs, PDGNumber rhs) |
Test equality. | |
constexpr bool | celeritas::operator!= (PDGNumber lhs, PDGNumber rhs) |
Test inequality. | |
constexpr bool | celeritas::operator< (PDGNumber lhs, PDGNumber rhs) |
Allow less-than comparison for sorting. | |
#define CELER_DEFINE_PDGNUMBER | ( | NAME, | |
VALUE | |||
) |