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

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 184 of file HoughTrack.cxx.

184 {
185 return hita.getLayerId() < hitb.getLayerId();
186}

Referenced by HoughTrack::sortHit().

◆ less_layer()

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

Definition at line 204 of file HoughTrack.cxx.

204 {
205 return a < b;
206}
const double b
Definition: slope.cxx:9

Referenced by HoughTrack::outerHit().