Belle II Software development
|
class to extract results from qualityEstimation More...
#include <QEResultsExtractor.h>
Public Member Functions | |
QEResultsExtractor (const std::string &method, std::vector< Named< float * > > &variableSet) | |
Define names of variables that get extracted. | |
void | extractVariables (QualityEstimationResults const &values) |
extract the actual variables and write into a variable set | |
Protected Member Functions | |
void | addVariable (const std::string &identifier, std::vector< Named< float * > > &variables) |
add a variable to the variable set | |
Protected Attributes | |
std::string | m_method |
name of estimation method | |
std::unordered_map< std::string, float > | m_variables |
unordered_map to associate float value with a string name | |
class to extract results from qualityEstimation
Definition at line 21 of file QEResultsExtractor.h.
|
inline |
Define names of variables that get extracted.
Definition at line 25 of file QEResultsExtractor.h.
|
inlineprotectedinherited |
add a variable to the variable set
Definition at line 27 of file VariableExtractor.h.
|
inline |
extract the actual variables and write into a variable set
Definition at line 41 of file QEResultsExtractor.h.
|
protected |
name of estimation method
Definition at line 74 of file QEResultsExtractor.h.
|
protectedinherited |
unordered_map to associate float value with a string name
Definition at line 35 of file VariableExtractor.h.