Belle II Software
release-08-01-10
|
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.