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

Represents the structure of an LHA block, specifying columns for values, scales, and renormalization groups. More...

#include <LhaBlockPrototype.h>

Collaboration diagram for Prototype:

Public Member Functions

bool operator== (const Prototype &other) const
 

Public Attributes

BlockName blockName
 
size_t itemCount {2}
 
size_t valueIdx {1}
 
int scaleIdx {-1}
 
int rgIdx {-1}
 
int binIdx {-1}
 
bool globalScale {false}
 

Detailed Description

Represents the structure of an LHA block, specifying columns for values, scales, and renormalization groups.

Definition at line 12 of file LhaBlockPrototype.h.

Member Function Documentation

◆ operator==()

bool Prototype::operator== ( const Prototype other) const
inline

Definition at line 21 of file LhaBlockPrototype.h.

Member Data Documentation

◆ binIdx

int Prototype::binIdx {-1}

Column index for bin lower bound, -1 if unbinned.

Definition at line 18 of file LhaBlockPrototype.h.

◆ blockName

BlockName Prototype::blockName

Block name, case insensitive.

Definition at line 13 of file LhaBlockPrototype.h.

◆ globalScale

bool Prototype::globalScale {false}

Indicates if the block uses a global scale (Q= in header).

Definition at line 19 of file LhaBlockPrototype.h.

◆ itemCount

size_t Prototype::itemCount {2}

Number of columns in the block.

Definition at line 14 of file LhaBlockPrototype.h.

◆ rgIdx

int Prototype::rgIdx {-1}

Column index for renormalization group, -1 if irrelevant.

Definition at line 17 of file LhaBlockPrototype.h.

◆ scaleIdx

int Prototype::scaleIdx {-1}

Column index for scale, -1 if scale-independent.

Definition at line 16 of file LhaBlockPrototype.h.

◆ valueIdx

size_t Prototype::valueIdx {1}

Column index for value.

Definition at line 15 of file LhaBlockPrototype.h.


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