BOSS 7.1.2
BESIII Offline Software System
|
#include "MdcHoughFinder/HoughZsFit.h"
#include "TTree.h"
#include "TH2D.h"
#include "TF1.h"
#include "TGraph.h"
#include <algorithm>
#include <assert.h>
Go to the source code of this file.
Functions | |
bool | compare_zsfit (const HoughZsFit::Line &a, const HoughZsFit::Line &b) |
bool | layer_in_track (const HoughRecHit *hita, const HoughRecHit *hitb) |
bool compare_zsfit | ( | const HoughZsFit::Line & | a, |
const HoughZsFit::Line & | b ) |
bool layer_in_track | ( | const HoughRecHit * | hita, |
const HoughRecHit * | hitb ) |
Definition at line 364 of file HoughZsFit.cxx.
Referenced by HoughZsFit::sortHit().