Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ParamID.h File Reference
#include <string>
#include <stdexcept>
#include <algorithm>
#include <iostream>
#include <unordered_set>
#include <initializer_list>
#include <map>
#include <vector>
#include <set>
#include <ranges>
#include <concepts>
#include <variant>
#include "Logger.h"
#include "Utils.h"
#include "GeneralEnum.h"
#include "LhaID.h"
#include "BlockName.h"
Include dependency graph for ParamID.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParamId
 Composite identifier for a single parameter. More...
 
struct  std::hash< ParamId >
 

Namespaces

namespace  std
 Hash specialization for SymbolId<Tag>.
 

Functions

std::ostream & operator<< (std::ostream &os, const ParamId &pid)
 Stream output operator for ParamId.
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const ParamId pid 
)
inline

Stream output operator for ParamId.

Prints the parameter identifier in the form: <block>:<code>

where both parts use their respective stream operators. The type field is not printed.

Example:

std::cout << p; // might print: MASS:5
Represents an identifier of a LHA element, possibly containing several sub-ids.
Definition LhaID.h:56
Composite identifier for a single parameter.
Definition ParamID.h:57
Parameters
osOutput stream.
pidParamId to print.
Returns
Reference to the output stream.

Definition at line 214 of file ParamID.h.