CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#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) |
bool digi_in_track | ( | const HoughRecHit & | hita, |
const HoughRecHit & | hitb | ||
) |
Definition at line 192 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughTrack.cxx.
Referenced by HoughTrack::sortHit().
bool less_layer | ( | const int & | a, |
const int & | b | ||
) |
Definition at line 215 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughTrack.cxx.
Referenced by HoughTrack::outerHit().