|
Reactions
0.1.1
Handling reaction trees and decays
|
Structures representing the fields of a reactions::pdg_element object. More...
Classes | |
| struct | is_self_cc |
| Field to store the self charge-conjugate state. More... | |
| struct | mass |
| Field for the mass. More... | |
| struct | name |
| Field for the name. More... | |
| struct | pdg_id |
| Field for the PDG ID. More... | |
| struct | three_charge |
| Field the charge multiplied by three. More... | |
| struct | width |
| Field for the width. More... | |
Typedefs | |
| template<std::size_t Min, std::size_t Max> | |
| using | range = reactions::fields::range< Min, Max > |
| Range of a variable in a file. More... | |
| template<class... R> | |
| using | range_collection = reactions::fields::range_collection< R... > |
| Range of a composite variable in a file. More... | |
Structures representing the fields of a reactions::pdg_element object.
| using reactions::pdg::range = typedef reactions::fields::range<Min, Max> |
Range of a variable in a file.
| using reactions::pdg::range_collection = typedef reactions::fields::range_collection<R...> |
Range of a composite variable in a file.
1.8.13