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

Small value object used to register a custom decay with observables. More...

#include <decay_ids.hpp>

Public Attributes

std::string canonical
 Canonical observable name.
 
std::vector< std::string > aliases {}
 Optional aliases.
 
std::optional< LhaIDext = std::nullopt
 Optional FLHA id.
 

Detailed Description

Small value object used to register a custom decay with observables.

This helper avoids temporarily creating an empty custom decay when the caller already knows which custom observables belong to it.

Definition at line 62 of file decay_ids.hpp.

Member Data Documentation

◆ aliases

std::vector<std::string> CustomObservableSpec::aliases {}

Optional aliases.

Definition at line 64 of file decay_ids.hpp.

◆ canonical

std::string CustomObservableSpec::canonical

Canonical observable name.

Definition at line 63 of file decay_ids.hpp.

◆ ext

std::optional<LhaID> CustomObservableSpec::ext = std::nullopt

Optional FLHA id.

Definition at line 65 of file decay_ids.hpp.


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