CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughTrack.cxx File Reference
#include "MdcHoughFinder/HoughTrack.h"
#include "MdcHoughFinder/HoughMap.h"
#include "MdcHoughFinder/HoughStereo.h"
#include "CgemData/CgemHitOnTrack.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 192 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughTrack.cxx.

192 {
193 return hita.getLayerId() < hitb.getLayerId();
194}

Referenced by HoughTrack::sortHit().

◆ less_layer()

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

Definition at line 215 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughTrack.cxx.

215 {
216 return a < b;
217}

Referenced by HoughTrack::outerHit().