BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughMap.cxx File Reference
#include "HoughMap.h"
#include "HoughPeak.h"
#include <algorithm>
#include <cmath>
#include <vector>

Go to the source code of this file.

Functions

bool less_hits_in_peak (const HoughPeak &peaka, const HoughPeak &peakb)

Function Documentation

◆ less_hits_in_peak()

bool less_hits_in_peak ( const HoughPeak & peaka,
const HoughPeak & peakb )

Definition at line 376 of file HoughMap.cxx.

376 {
377 return peaka.peakHeight() > peakb.peakHeight();
378}
int peakHeight() const
Definition HoughPeak.h:24