Collection of MatchSummary objects. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-04-10/LEM/func/MatchList.h"
Public Member Functions | |
MatchList () | |
MatchList (const std::vector< MatchSummary > &m, const MatchSummary &t) | |
Public Attributes | |
std::vector< MatchSummary > | matches |
MatchSummary | trial |
int | headIdx |
Collection of MatchSummary objects.
Definition at line 17 of file MatchList.h.
|
inline |
Definition at line 20 of file MatchList.h.
|
inline |
Definition at line 21 of file MatchList.h.
int lem::MatchList::headIdx |
Definition at line 26 of file MatchList.h.
Referenced by lem::LEM::produce().
std::vector<MatchSummary> lem::MatchList::matches |
Definition at line 24 of file MatchList.h.
Referenced by lem::MergeMatches::produce(), lem::MakeMatches::produce(), lem::FindLEMMatches::produce(), lem::MakePID::produce(), and lem::LEM::produce().
MatchSummary lem::MatchList::trial |
Definition at line 25 of file MatchList.h.
Referenced by lem::FindLEMMatches::produce(), and lem::LEM::produce().