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

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 334 of file HoughMap.cxx.

334 {
335 return peaka.peakHeight() > peakb.peakHeight();
336}
int peakHeight() const
Definition: HoughPeak.h:21