Belle II Software  release-08-01-10
EventInfoExtractor Class Reference

class to extract results from qualityEstimation More...

#include <EventInfoExtractor.h>

Inheritance diagram for EventInfoExtractor:
Collaboration diagram for EventInfoExtractor:

Public Member Functions

 EventInfoExtractor (std::vector< Named< float * >> &variableSet)
 Define names of variables that get extracted.
 
void extractVariables (const StoreArray< RecoTrack > &recoTracks, const RecoTrack &thisRecoTrack)
 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::unordered_map< std::string, float > m_variables
 unordered_map to associate float value with a string name
 

Detailed Description

class to extract results from qualityEstimation

Definition at line 24 of file EventInfoExtractor.h.


The documentation for this class was generated from the following file: