#include <string>
#include "TrkReco/TTrackBase.h"
#include "TrkReco/TMLink.h"
#include "TrkReco/TLineFitter.h"
#include "CLHEP/Geometry/Point3D.h"
Go to the source code of this file.
|
int | SortByB (const void *a, const void *b) |
| Sorter.
|
|
◆ HEP_SHORT_NAMES
◆ TMLine_INLINE_DEFINE_HERE
#define TMLine_INLINE_DEFINE_HERE |
◆ HepPoint3D
◆ SortByB()
int SortByB |
( |
const void * |
a, |
|
|
const void * |
b |
|
) |
| |
Sorter.
Definition at line 648 of file TMLine.cxx.
648 {
651 if (fabs((* a)->b()) > fabs((* b)->b()))
652 return 1;
653 else if (fabs((* a)->b()) == fabs((* b)->b()))
654 return 0;
655 else
656 return -1;
657}
A class to represent a track in tracking.
Referenced by TBuilder::searchInitialLines().