|
BOSS 7.1.1
BESIII Offline Software System
|
#include <iostream>#include <fstream>#include <math.h>#include <stdlib.h>#include "CLHEP/String/Strings.h"#include "TrkReco/TCurlFinder.h"#include "TrkReco/TMDCWire.h"#include "TrkReco/TMDCWireHit.h"#include "TrkReco/TMLink.h"#include "TrkReco/TCircle.h"#include "TrkReco/TTrack.h"#include "TrkReco/TSegmentCurl.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 2400 of file TCurlFinder.cxx.
| int sortByArcLength | ( | const void * | av, |
| const void * | bv ) |
Definition at line 226 of file TCurlFinder.cxx.
| int sortBySequentialLength | ( | const void * | av, |
| const void * | bv ) |
Definition at line 200 of file TCurlFinder.cxx.
| int TCurlFinder_doubleCompare | ( | const void * | i, |
| const void * | j ) |
Definition at line 1454 of file TCurlFinder.cxx.