Belle II Software development
|
class to extract individual variables More...
#include <VariableExtractor.h>
Protected Member Functions | |
void | addVariable (const std::string &identifier, std::vector< Named< float * > > &variables) |
add a variable to the variable set | |
Protected Attributes | |
std::unordered_map< std::string, float > | m_variables |
unordered_map to associate float value with a string name | |
class to extract individual variables
Definition at line 22 of file VariableExtractor.h.
|
inlineprotected |
add a variable to the variable set
Definition at line 27 of file VariableExtractor.h.
|
protected |
unordered_map to associate float value with a string name
Definition at line 35 of file VariableExtractor.h.