#include <EmulatorClasses.h>
Definition at line 164 of file EmulatorClasses.h.
std::vector<int> MatchingOutput::Segment |
( |
| ) |
|
|
inline |
void MatchingOutput::SetHits |
( |
std::vector< ConvertedHit > |
hits | ) |
|
|
inline |
void MatchingOutput::SetPhOut |
( |
PhOutput |
ph_output | ) |
|
|
inline |
void MatchingOutput::SetSegment |
( |
std::vector< int > |
segment | ) |
|
|
inline |
void MatchingOutput::SetThOut |
( |
ThOutput |
th_output | ) |
|
|
inline |
void MatchingOutput::SetValues |
( |
ThOutput |
th_output, |
|
|
PhOutput |
ph_output, |
|
|
std::vector< ConvertedHit > |
hits, |
|
|
std::vector< std::vector< Winner >> |
winners, |
|
|
std::vector< int > |
segment |
|
) |
| |
|
inline |
Definition at line 173 of file EmulatorClasses.h.
Referenced by PhiMatching().
std::vector< int > _segment
std::vector< ConvertedHit > _hits
std::vector< std::vector< Winner > > _winners
void MatchingOutput::SetWinners |
( |
std::vector< std::vector< Winner >> |
winners | ) |
|
|
inline |
std::vector<std::vector<Winner> > MatchingOutput::Winners |
( |
| ) |
|
|
inline |
std::vector<int> MatchingOutput::_segment |
|
private |
std::vector<std::vector<Winner> > MatchingOutput::_winners |
|
private |