PandaRoot
PairCmp Struct Reference

#include <PndHoughSpace.h>

Public Member Functions

bool operator() (const std::pair< int, int > &lhs, const std::pair< int, int > &rhs) const
 

Detailed Description

PndHoughSpace

Author
Anna Scholl a.sch.nosp@m.oll@.nosp@m.fz-ju.nosp@m.elic.nosp@m.h.de
Since
02.09.2020 02.02.2021
Version
1.0

PANDA class that defines a data structure for a hough space Task level RECO

Definition at line 23 of file PndHoughSpace.h.

Member Function Documentation

◆ operator()()

bool PairCmp::operator() ( const std::pair< int, int > &  lhs,
const std::pair< int, int > &  rhs 
) const
inline

Definition at line 24 of file PndHoughSpace.h.

24 { return lhs.second >= rhs.second; }

The documentation for this struct was generated from the following file: