|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Representation of a single LHA/FLHA block and its entries. More...
#include <string>#include <memory>#include <vector>#include <sstream>#include <algorithm>#include "lha_elements.h"#include "LhaBlockPrototype.h"

Go to the source code of this file.
Classes | |
| class | LhaBlock |
| Represents an LHA/FLHA block with multiple typed elements. More... | |
Representation of a single LHA/FLHA block and its entries.
An LhaBlock groups together all elements belonging to a given block (e.g. "SMINPUTS", "FWCOEF", "FMASS"), using a Prototype to interpret the structure of each line. Elements are stored as AbstractElement instances created via LhaElementFactory.
Definition in file lha_blocks.h.