Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
lha_blocks.h File Reference

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"
Include dependency graph for lha_blocks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LhaBlock
 Represents an LHA/FLHA block with multiple typed elements. More...
 

Detailed Description

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.