Struct SessionHandler::CalibrationData¶
Defined in File SessionHandler.h
Nested Relationships¶
This struct is a nested type of Class SessionHandler.
Nested Types¶
Struct Documentation¶
-
struct CalibrationData
Public Members
-
Points matching_points_
-
Points excluded_points_
-
std::vector<std::vector<float>> conc_fit_data
-
std::vector<std::vector<float>> feature_fit_data
-
std::vector<std::string> series_names
-
std::string x_axis_title
-
std::string y_axis_title
-
float conc_min
-
float conc_max
-
float feature_min
-
float feature_max
-
struct Points
Public Functions
-
inline void clear()
Public Members
-
std::vector<std::vector<float>> concentrations_
-
std::vector<std::vector<float>> features_
-
std::vector<std::vector<std::string>> injections_
-
std::vector<std::vector<OpenMS::AbsoluteQuantitationStandards::featureConcentration>> feature_concentrations_
-
inline void clear()
-
Points matching_points_