DiSMEC++
dismec::stats::StatisticMetaData Struct Reference

Data that is associated with each declared statistics. More...

#include <stat_id.h>

Public Attributes

std::string Name
 The name of the stat. This is how it will be identified. More...
 
std::string Unit = {}
 The unit in which the data points will be supplied. What you would put on the x-axis when plotting a histogram. More...
 

Detailed Description

Data that is associated with each declared statistics.

Definition at line 33 of file stat_id.h.

Member Data Documentation

◆ Name

std::string dismec::stats::StatisticMetaData::Name

The name of the stat. This is how it will be identified.

Definition at line 34 of file stat_id.h.

Referenced by dismec::stats::StatisticsCollection::declare_stat().

◆ Unit

std::string dismec::stats::StatisticMetaData::Unit = {}

The unit in which the data points will be supplied. What you would put on the x-axis when plotting a histogram.

Definition at line 35 of file stat_id.h.


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