BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h File Reference
#include "MdcHoughFinder/HoughStereo.h"

Go to the source code of this file.

Classes

class  HoughZsFit
 
struct  HoughZsFit::Line
 

Functions

bool compare_zsfit (const HoughZsFit::Line &a, const HoughZsFit::Line &b)
 
bool layer_in_track (const HoughRecHit *hita, const HoughRecHit *hitb)
 

Function Documentation

◆ compare_zsfit()

bool compare_zsfit ( const HoughZsFit::Line a,
const HoughZsFit::Line b 
)

◆ layer_in_track()

bool layer_in_track ( const HoughRecHit hita,
const HoughRecHit hitb 
)

Definition at line 364 of file HoughZsFit.cxx.

364 {
365 return (*hita).getLayerId() > (*hitb).getLayerId();
366}