DiSMEC++
|
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... | |
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().
std::string dismec::stats::StatisticMetaData::Unit = {} |