CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughTransAlg/HoughTransAlg-00-00-14/src/HoughTrack.cxx File Reference
#include "HoughTransAlg/HoughTrack.h"
#include "TrkBase/TrkExchangePar.h"
#include "TrkFitter/TrkCircleMaker.h"
#include "TrkFitter/TrkHelixMaker.h"
#include "TrkBase/TrkHitList.h"
#include "MdcData/MdcRecoHitOnTrack.h"
#include "HoughTransAlg/Hough.h"

Go to the source code of this file.

Functions

bool innerLayer (HoughHit hit1, HoughHit hit2)
 
bool sortByLayer (HoughHit *hit1, HoughHit *hit2)
 

Function Documentation

◆ innerLayer()

◆ sortByLayer()

bool sortByLayer ( HoughHit hit1,
HoughHit hit2 
)

Definition at line 907 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughTrack.cxx.

908{
909 return hit1->getLayer()<hit2->getLayer();
910}

Referenced by HoughTrack::sortHot().