Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
lha_elements.h File Reference
#include <string>
#include <optional>
#include <vector>
#include <memory>
#include <map>
#include <sstream>
#include <iostream>
#include <limits>
#include "Logger.h"
#include "LhaID.h"
#include "LhaBlockPrototype.h"
#include "DBNode.h"
Include dependency graph for lha_elements.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractElement
 Abstract base class for a single element of an LHA/FLHA block. More...
 
class  LhaElement< T >
 Template concrete implementation of an LHA/FLHA block element. More...
 
class  LhaElementFactory
 Factory for creating LHA/FLHA elements from a prototype and a line. More...
 

Enumerations

enum class  RenormalizationScheme {
  POLE , MSBAR , DRBAR , ONE_S ,
  KIN , INVARIANT , MOM , SMOM ,
  NONE
}
 Enumeration of possible renormalization schemes for LHA elements. More...
 

Enumeration Type Documentation

◆ RenormalizationScheme

enum class RenormalizationScheme
strong

Enumeration of possible renormalization schemes for LHA elements.

The numeric values are interpreted directly from the corresponding integer column in the LHA/FLHA block (when present).

Enumerator
POLE 
MSBAR 
DRBAR 
ONE_S 
KIN 
INVARIANT 
MOM 
SMOM 
NONE 

Definition at line 25 of file lha_elements.h.