namespace Gambit::Par

List of parameter types used to classify spectrum contents.

Types

Name
enumTags { Pole_Mass = 0, Pole_Mass_1srd_high, Pole_Mass_1srd_low, Pole_Mixing, mass4 = Pole_Mixing+1, mass3, mass2, mass1, dimensionless, mass_eigenstate}

Functions

Name
std::vector< Tags >get_all()
std::map< Tags, std::string >fill_map()
Map from enum value to string, for error messages.

Attributes

Name
const std::map< Tags, std::string >toString

Types Documentation

enum Tags

EnumeratorValueDescription
Pole_Mass0Ex-“Phys” tags.
Pole_Mass_1srd_high
Pole_Mass_1srd_low
Pole_Mixing
mass4Pole_Mixing+1Ex-“Running” tags.
mass3
mass2
mass1
dimensionless
mass_eigenstate

Functions Documentation

function get_all

inline std::vector< Tags > get_all()

function fill_map

static std::map< Tags, std::string > fill_map()

Map from enum value to string, for error messages.

Attributes Documentation

variable toString

static const std::map< Tags, std::string > toString = fill_map();

Updated on 2023-06-26 at 21:36:52 +0000