Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ResolvedParam Struct Reference

Represents a resolved parameter in Hyperiso format. More...

#include <IParameterResolver.h>

Collaboration diagram for ResolvedParam:

Public Attributes

std::string block
 SLHA block name.
 
LhaID code
 LHA ID within the block.
 
bool is_complex
 True if the parameter is complex-valued.
 
bool is_bsm
 True if the parameter is BSM (not SM).
 

Detailed Description

Represents a resolved parameter in Hyperiso format.

This structure holds:

  • block : the SLHA block name,
  • code : the LhaID (indices within the block),
  • is_complex : whether the parameter is complex,
  • is_bsm : whether the parameter belongs to a BSM model.

Definition at line 31 of file IParameterResolver.h.

Member Data Documentation

◆ block

std::string ResolvedParam::block

SLHA block name.

Definition at line 32 of file IParameterResolver.h.

◆ code

LhaID ResolvedParam::code

LHA ID within the block.

Definition at line 33 of file IParameterResolver.h.

◆ is_bsm

bool ResolvedParam::is_bsm

True if the parameter is BSM (not SM).

Definition at line 35 of file IParameterResolver.h.

◆ is_complex

bool ResolvedParam::is_complex

True if the parameter is complex-valued.

Definition at line 34 of file IParameterResolver.h.


The documentation for this struct was generated from the following file: