 |
Belle II Software
release-05-01-25
|
13 #include <framework/datastore/RelationsObject.h>
14 #include <analysis/dataobjects/Particle.h>
211 std::map<std::string, const Belle2::Track*>
213 std::map<std::string, float>
215 std::map<std::string, const Belle2::Track*>
217 std::map<std::string, float>
219 std::map<std::string, float>
221 std::map<std::string, float>
223 std::map<std::string, float>
float m_B0Probability
Direct Output of the Combiner: Probability of being a B0.
std::map< std::string, const Belle2::Track * > getTargetEventLevel()
get map containing the category name and the corresponding pointer to the track with highest category...
void setProbTrackLevel(const std::string &category, float probability)
Map filler: Set the category name and the corresponding highest target track probability.
void setB0Probability(float B0Probability)
Saves the B0Probability output of the Combiner.
std::map< std::string, float > m_isTrueCategory
map containing the category name and a float value which is 1 if the corresponding category tags the ...
This class stores the Flavor Tagger information for a specific method and particle filled in the Flav...
void setQpCategory(const std::string &category, float qr)
Map filler: Set the category name and the corresponding qr Output, i.e.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
std::map< std::string, float > m_qpCategory
map containing the category name and the corresponding qr Output, i.e.
float getB0Probability()
Probability of being a B0.
void setB0barProbability(float B0barProbability)
Saves the B0barProbability output of the Combiner.
void setTargetEventLevel(const std::string &category, const Belle2::Track *track)
Map filler: Set the category name and the pointer of the track with the highest category probability ...
float getQrCombined()
qr Output of the Combiner.
void setProbEventLevel(const std::string &category, float probability)
Map filler: Set the category name and the highest category probability for the corresponding category...
std::map< std::string, float > m_probEventLevel
map containing the category name and the corresponding highest category probability in Event Level
std::map< std::string, float > getQpCategory()
get map containing the category name and the corresponding qr Output
std::map< std::string, float > getProbEventLevel()
get map containing the category name and the corresponding highest category probability in Event Leve...
std::map< std::string, float > m_hasTrueTarget
map containing the category name and a float value which is 1 if the corresponding category has a tar...
void setIsTrueCategory(const std::string &category, float isTrue)
Map filler: Set the category name and the corresponding truth MC value.
float getB0barProbability()
Probability of being a B0bar.
Abstract base class for different kinds of events.
std::map< std::string, const Belle2::Track * > m_targetTrackLevel
map containing the category name and the corresponding pointer to the track with highest target proba...
std::map< std::string, float > m_probTrackLevel
map containing the category name and thecorresponding highest target track probability in Track Level
std::map< std::string, float > getIsTrueCategory()
get map containing the category truth.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
float m_qrCombined
qr Output of the Combiner.
void setHasTrueTarget(const std::string &category, float isTrue)
Map filler: Set the category name and the corresponding MC target truth value.
Class that bundles various TrackFitResults.
float m_B0barProbability
Direct Output of the Combiner: Probability of being a B0bar).
std::map< std::string, const Belle2::Track * > m_targetEventLevel
map containing the category name and the corresponding pointer to the track with highest category pro...
FlavorTaggerInfoMap()
Default constructor.
void setTargetTrackLevel(const std::string &category, const Belle2::Track *track)
SETTERS The setters are expected to fill a map whose element corresponds to the probabilities and tra...
std::map< std::string, const Belle2::Track * > getTargetTrackLevel()
get map containing the category name and the corresponding pointer to the track with highest target p...
std::map< std::string, float > getProbTrackLevel()
get map containing the category name and thecorresponding highest target track probability in Track L...
std::map< std::string, float > getHasTrueTarget()
get map containing the category truth.
void setQrCombined(float qr)
Saves qr Output of the Combiner.