ATLAS Offline Software
Loading...
Searching...
No Matches
HyPERTopoReco.h File Reference
#include <iostream>
#include <memory>
#include <vector>
#include "HyPERAnalysisAlgorithms/HyPERGraph.h"
Include dependency graph for HyPERTopoReco.h:
This graph shows which files directly or indirectly include this file:

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)

Typedef Documentation

◆ indices

using indices = std::vector<std::vector<int64_t>>
Author
Zihan Zhang, Diego Baron

Definition at line 16 of file HyPERTopoReco.h.

◆ scores

using scores = std::vector<std::vector<float>>

Definition at line 17 of file HyPERTopoReco.h.