|
BOSS 8.0.0
BESIII Offline Software System
|
#include <fstream>#include <iostream>#include <math.h>#include <stdlib.h>#include "TrkReco/TCircle.h"#include "TrkReco/TCurlFinder.h"#include "TrkReco/TMDCWire.h"#include "TrkReco/TMDCWireHit.h"#include "TrkReco/TMLink.h"#include "TrkReco/TSegmentCurl.h"#include "TrkReco/TTrack.h"#include "MdcTables/MdcTables.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_CURL_DUMP 0 |
| #define | DEBUG_CURL_SEGMENT 0 |
| #define | DEBUG_CURL_GNUPLOT 0 |
| #define | DEBUG_CURL_MC 0 |
Functions | |
| int | sortBySequentialLength (const void *av, const void *bv) |
| int | sortByArcLength (const void *av, const void *bv) |
| int | TCurlFinder_doubleCompare (const void *i, const void *j) |
| TMLink * | findIsolatedCloseHits (TMLink *link) |
| #define DEBUG_CURL_DUMP 0 |
Definition at line 26 of file TCurlFinder.cxx.
| #define DEBUG_CURL_GNUPLOT 0 |
Definition at line 28 of file TCurlFinder.cxx.
| #define DEBUG_CURL_MC 0 |
Definition at line 29 of file TCurlFinder.cxx.
| #define DEBUG_CURL_SEGMENT 0 |
Definition at line 27 of file TCurlFinder.cxx.
Definition at line 2594 of file TCurlFinder.cxx.
| int sortByArcLength | ( | const void * | av, |
| const void * | bv ) |
Definition at line 179 of file TCurlFinder.cxx.
| int sortBySequentialLength | ( | const void * | av, |
| const void * | bv ) |
Definition at line 163 of file TCurlFinder.cxx.
| int TCurlFinder_doubleCompare | ( | const void * | i, |
| const void * | j ) |
Definition at line 1520 of file TCurlFinder.cxx.