![]() |
ATLAS Offline Software
|
#include <iostream>#include <memory>#include <vector>#include "HyPERAnalysisAlgorithms/HyPERGraph.h"Go to the source code of this file.
Namespaces | |
| namespace | EventReco |
Typedefs | |
| using | indices = std::vector<std::vector<int64_t>> |
| using | scores = std::vector<std::vector<float>> |
Functions | |
| void | EventReco::RecoTtbarAllHadronic (const HyPERGraph &hyperGraph, const scores &edge_scores, const scores &hyperedge_scores, indices &reco_indices, std::vector< float > &reco_scores, std::vector< std::string > &reco_labels) |
| Reconstruct the ttbar all hadronic topology. | |
| void | EventReco::RecoTtbarLJets (const HyPERGraph &hyperGraph, const scores &edge_scores, const scores &hyperedge_scores, const scores &classification_score, indices &reco_indices, std::vector< float > &reco_scores, std::vector< std::string > &reco_labels, std::vector< std::vector< int64_t > > &reco_ids, float &reco_classification_score) |
| Reconstruct the ttbar single lepton topology. | |
| void | EventReco::RecoTtbarDiLepton (const HyPERGraph &hyperGraph, const scores &edge_scores, const scores &hyperedge_scores, const scores &classification_score, indices &reco_indices, std::vector< float > &reco_scores, std::vector< std::string > &reco_labels, std::vector< std::vector< int64_t > > &reco_ids, float &reco_classification_score) |
| Reconstruct the ttbar single lepton topology. | |
| bool | EventReco::anyCommonElement (const std::vector< int64_t > &vec1, const std::vector< int64_t > &vec2) |
| bool | EventReco::isAllowedDecay (std::vector< int64_t > &decay_indices, const std::vector< std::vector< int64_t > > &allowed_decay_modes) |
| using indices = std::vector<std::vector<int64_t>> |
Definition at line 16 of file HyPERTopoReco.h.
| using scores = std::vector<std::vector<float>> |
Definition at line 17 of file HyPERTopoReco.h.