BOSS 7.1.0
BESIII Offline Software System
|
#include "TrkBase/TrkDifTraj.h"
#include "TrkBase/TrkKalDeriv.h"
#include "TrkBase/TrkParams.h"
#include "CLHEP/Geometry/Point3D.h"
#include "CLHEP/Matrix/Vector.h"
#include "CLHEP/Matrix/SymMatrix.h"
#include <vector>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | TrkSimpTraj |
Typedefs | |
typedef HepGeom::Point3D< double > | HepPoint3D |
typedef void(* | TranslateParams) (const HepPoint3D &oldpoint, const HepPoint3D &newpoint, const HepVector &oldpar, const HepSymMatrix &oldcov, HepVector &newpar, HepSymMatrix &newcov, double fltlen) |
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 33 of file TrkSimpTraj.h.
typedef void(* TranslateParams) (const HepPoint3D &oldpoint, const HepPoint3D &newpoint, const HepVector &oldpar, const HepSymMatrix &oldcov, HepVector &newpar, HepSymMatrix &newcov, double fltlen) |
Definition at line 46 of file TrkSimpTraj.h.