CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughTrack.cxx File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ innerLayer()

bool innerLayer ( HoughHit  hit1,
HoughHit  hit2 
)

Definition at line 903 of file HoughTrack.cxx.

904{
905 return hit1.getLayer()<hit2.getLayer();
906}
int getLayer() const
Definition: HoughHit.h:45

Referenced by MrpcTrack::setCalibration(), MrpcDBSTrack::setCalibration(), and TofTrack::setCalibration().

◆ sortByLayer()

bool sortByLayer ( HoughHit hit1,
HoughHit hit2 
)

Definition at line 913 of file HoughTrack.cxx.

914{
915 return hit1->getLayer()<hit2->getLayer();
916}

Referenced by HoughTrack::sortHot().