Belle II Software development
|
class to extract results from qualityEstimation More...
#include <Flip2ndRecoTrackExtractor.h>
Public Member Functions | |
FlipRecoTrackExtractor2nd (std::vector< Named< float * > > &variableSet, const std::string &prefix="") | |
Define names of variables that get extracted. | |
void | extractVariables (RecoTrack &recoTrack) |
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_prefix |
prefix for RecoTrack extracted variables | |
std::unordered_map< std::string, float > | m_variables |
unordered_map to associate float value with a string name | |
Private Member Functions | |
void | setDefaultValues () |
Set all variables to default error value. | |
class to extract results from qualityEstimation
Definition at line 26 of file Flip2ndRecoTrackExtractor.h.
|
inlineexplicit |
Define names of variables that get extracted.
Definition at line 30 of file Flip2ndRecoTrackExtractor.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 53 of file Flip2ndRecoTrackExtractor.h.
|
inlineprivate |
Set all variables to default error value.
Definition at line 109 of file Flip2ndRecoTrackExtractor.h.
|
protected |
prefix for RecoTrack extracted variables
Definition at line 106 of file Flip2ndRecoTrackExtractor.h.
|
protectedinherited |
unordered_map to associate float value with a string name
Definition at line 35 of file VariableExtractor.h.