NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
HistogramParameters Struct Reference

This structure gathers all necessary parameters for the histograms. More...

Collaboration diagram for HistogramParameters:

Public Attributes

Ranges ranges
 
double binWidth [2]
 
int nBin
 
HistBinMethod nMethod
 
std::string sTable
 
std::string sBinLabel
 
std::string sCountLabel
 
std::string sAxisLabels [3]
 
std::string sSavePath
 

Detailed Description

This structure gathers all necessary parameters for the histograms.

Definition at line 59 of file plugin_histogram.cpp.

Member Data Documentation

◆ binWidth

◆ nBin

◆ nMethod

HistBinMethod HistogramParameters::nMethod

Definition at line 65 of file plugin_histogram.cpp.

Referenced by createHist1D(), createHist2D(), and plugin_histogram().

◆ ranges

◆ sAxisLabels

std::string HistogramParameters::sAxisLabels[3]

Definition at line 69 of file plugin_histogram.cpp.

Referenced by createPlotsForHist2D(), and plugin_histogram().

◆ sBinLabel

std::string HistogramParameters::sBinLabel

◆ sCountLabel

std::string HistogramParameters::sCountLabel

◆ sSavePath

std::string HistogramParameters::sSavePath

◆ sTable


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