CGEM BOSS 6.6.5.i
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 967 of file HoughTrack.cxx.

968{
969 return hit1.getLayer()<hit2.getLayer();
970}
int getLayer() const
Definition HoughHit.h:45

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

◆ sortByLayer()

bool sortByLayer ( HoughHit * hit1,
HoughHit * hit2 )

Definition at line 977 of file HoughTrack.cxx.

978{
979 return hit1->getLayer()<hit2->getLayer();
980}

Referenced by HoughTrack::sortHot().