|
| const std::map< Observables, std::string > & | observable_mapping () |
| | Returns the mapping between Observables and their string names.
|
| |
| const std::map< Observables, LhaID > & | observable_flha_mapping () |
| | Returns the mapping between Observables and their FLHA identifiers.
|
| |
| const std::map< QCDOrder, std::string > & | order_mapping () |
| | Returns the mapping between QCDOrder and its string representation.
|
| |
| const std::map< WGroup, std::string > & | group_mapping () |
| | Returns the mapping between WGroup and its string representation.
|
| |
| const std::map< WCoef, std::string > & | wcoef_mapping () |
| | Returns the mapping between WCoef and its string name.
|
| |
| const std::map< WCoef, std::pair< int, int > > & | wcoef_flha_mapping () |
| | Returns the mapping between WCoef and its FLHA (block, index) pair.
|
| |
| const std::map< ParameterType, std::string > & | parametertype_mapping () |
| | Returns the mapping between ParameterType and its string name.
|
| |
| const std::map< Model, std::string > & | model_mapping () |
| | Returns the mapping between Model and its string name.
|
| |
| const std::map< WilsonBasis, std::string > & | wilsonbasis_mapping () |
| | Returns the mapping between WilsonBasis and its string name.
|
| |
| const std::map< ContributionType, std::string > & | contributiontype_mapping () |
| | Returns the mapping between ContributionType and its string name.
|
| |
| const std::map< Decays, std::string > & | decays_mapping () |
| | Returns the mapping between Decays and their string names.
|
| |
| const std::map< Decays, std::vector< Observables > > & | decay_observable_mapping () |
| | Returns the mapping between Decays and the list of Observables associated with each decay channel.
|
| |
| const std::map< MassType, std::string > & | masstype_mapping () |
| | Returns the mapping between MassType and its string name.
|
| |
| const std::map< ScaleType, std::string > & | scaletype_mapping () |
| | Returns the mapping between ScaleType and its string name.
|
| |