BOSS 7.0.9
BESIII Offline Software System
|
#include "CLHEP/Geometry/Point3D.h"
#include "CLHEP/Geometry/Vector3D.h"
#include "TrkReco/TTrackBase.h"
#include "TrkReco/TMDCUtil.h"
#include "TrkReco/TMLink.h"
Go to the source code of this file.
Classes | |
class | TSegment0 |
A class to relate TMDCWireHit and TTrack objects. More... | |
Macros | |
#define | TSegment0_INLINE_DEFINE_HERE |
Typedefs | |
typedef HepGeom::Point3D< double > | HepPoint3D |
typedef HepGeom::Vector3D< double > | HepVector3D |
Functions | |
unsigned | NCoreLinks (const CAList< TSegment0 > &list) |
returns # of core links in segments. | |
AList< TMLink > | Links (const TSegment0 &, const TTrack &) |
returns AList of TMLink used for a track. | |
#define TSegment0_INLINE_DEFINE_HERE |
Definition at line 165 of file TSegment0.h.
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 25 of file TSegment0.h.
typedef HepGeom::Vector3D<double> HepVector3D |
Definition at line 29 of file TSegment0.h.
returns AList of TMLink used for a track.
Definition at line 810 of file TSegment0.cxx.
returns # of core links in segments.
Definition at line 794 of file TSegment0.cxx.