MeLOn
Loading...
Searching...
No Matches
melon::ScalerData Struct Reference

Base struct from which data structs of different scalers can be derived. More...

#include <scaler.h>

Public Member Functions

 ScalerData ()
 

Public Attributes

SCALER_TYPE type
 
std::unordered_map< SCALER_PARAMETER, std::vector< double > > parameters
 

Detailed Description

Base struct from which data structs of different scalers can be derived.

Constructor & Destructor Documentation

◆ ScalerData()

melon::ScalerData::ScalerData ( )
inline

Member Data Documentation

◆ parameters

std::unordered_map<SCALER_PARAMETER, std::vector<double> > melon::ScalerData::parameters

Unordered map containing the different scaler parameters

◆ type

SCALER_TYPE melon::ScalerData::type

Type of scaler


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