#include <string>
#include "TrkReco/TLineFitter.h"
#include "TrkReco/TMLink.h"
#include "TrkReco/TTrackBase.h"
#include "CLHEP/Geometry/Point3D.h"
Go to the source code of this file.
|
| int | SortByB (const void *a, const void *b) |
| | Sorter.
|
◆ TMLine_INLINE_DEFINE_HERE
| #define TMLine_INLINE_DEFINE_HERE |
◆ HepPoint3D
◆ SortByB()
| int SortByB |
( |
const void * | a, |
|
|
const void * | b ) |
Sorter.
Definition at line 656 of file TMLine.cxx.
656 {
659 if ( fabs( ( *a )->b() ) > fabs( ( *b )->b() ) ) return 1;
660 else if ( fabs( ( *a )->b() ) == fabs( ( *b )->b() ) ) return 0;
661 else return -1;
662}
A class to represent a track in tracking.