Reactions  0.1.2
Handling reaction trees and decays
Classes | Typedefs
reactions::pdg Namespace Reference

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...
 

Detailed Description

Structures representing the fields of a reactions::pdg_element object.

Typedef Documentation

◆ range

template<std::size_t Min, std::size_t Max>
using reactions::pdg::range = typedef reactions::fields::range<Min, Max>

Range of a variable in a file.

◆ range_collection

template<class... R>
using reactions::pdg::range_collection = typedef reactions::fields::range_collection<R...>

Range of a composite variable in a file.