9#include <analysis/dataobjects/FlavorTaggerInfo.h>
10#include <framework/datastore/StoreArray.h>
12#include <framework/logging/Logger.h>
25 m_methodMap.insert(std::pair<std::string, FlavorTaggerInfoMap*>(method, flavTagMap));
28 B2INFO(
"Method " << method <<
" already added. ");
38 B2FATAL(
"Method " << method <<
" does not exist in the FlavorTaggerInfoMap. Please add it before to combinerMethods.");
This class stores the Flavor Tagger information for a specific method and particle filled in the Flav...
std::map< std::string, FlavorTaggerInfoMap * > m_methodMap
Map containing the methods used for the FlavorTagger: "TMVA" or "FANN", and the corresponding map.
FlavorTaggerInfoMap * getMethodMap(const std::string &method) const
method used for the FlavorTagger and corresponding FlavorTaggerInfoMap
void addMethodMap(const std::string &method)
Saves the method and the corresponding FlavorTaggerMap.
Accessor to arrays stored in the data store.
T * appendNew()
Construct a new T object at the end of the array.
Abstract base class for different kinds of events.