Skip to content
Snippets Groups Projects

Implement new TrackState EDM used in KF

Merged Paul Gessinger requested to merge local_trajectory into master
11 files
+ 370
96
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -38,7 +38,7 @@ enum ParDef : unsigned int {
constexpr unsigned int FreeParsDim = 8;
/// The dimension of a space point
constexpr unsigned int SpacePointDim = 3;
constexpr unsigned int SpacePointDim = 4;
using ParID_t = ParDef;
using ParValue_t = double;
Loading