BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughTrack.cxx File Reference
#include "HoughTrack.h"
#include "HoughMap.h"
#include "HoughStereo.h"
#include "TF1.h"
#include "TGraph.h"
#include <map>
#include <vector>

Go to the source code of this file.

Functions

bool digi_in_track (const HoughRecHit &hita, const HoughRecHit &hitb)
bool less_layer (const int &a, const int &b)

Function Documentation

◆ digi_in_track()

bool digi_in_track ( const HoughRecHit & hita,
const HoughRecHit & hitb )

Definition at line 185 of file HoughTrack.cxx.

185 {
186 return hita.getLayerId() < hitb.getLayerId();
187}
int getLayerId() const
Definition HoughHit.h:60

Referenced by HoughTrack::sortHit().

◆ less_layer()

bool less_layer ( const int & a,
const int & b )

Definition at line 206 of file HoughTrack.cxx.

206{ return a < b; }

Referenced by HoughTrack::outerHit().