MaCh3 2.2.1
Reference Guide
Loading...
Searching...
No Matches
Public Attributes | List of all members
TypeParameterBase Struct Reference

Base class storing info for parameters types, helping unify codebase. More...

#include <Parameters/ParameterStructs.h>

Inheritance diagram for TypeParameterBase:
[legend]
Collaboration diagram for TypeParameterBase:
[legend]

Public Attributes

std::string name
 Name of parameters.
 
int index = M3::_BAD_INT_
 Parameter number of this normalisation in current systematic model.
 

Detailed Description

Base class storing info for parameters types, helping unify codebase.

Definition at line 147 of file ParameterStructs.h.

Member Data Documentation

◆ index

int TypeParameterBase::index = M3::_BAD_INT_

Parameter number of this normalisation in current systematic model.

Definition at line 153 of file ParameterStructs.h.

◆ name

std::string TypeParameterBase::name

Name of parameters.

Definition at line 150 of file ParameterStructs.h.


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