From 965047d024b432f70c146391588087bc323362e5 Mon Sep 17 00:00:00 2001 From: Federico Meloni Date: Fri, 5 Jul 2024 13:08:52 +0200 Subject: [PATCH 1/2] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7268cf5..7ed5dc1 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Processor that implements tripled seeding Combinatorial Kalman Filter. This proc | **Parameter** | **Description** | |------------------------------|---------------------------------------------------------------------------------------------------------------------------| | RunCKF | Run tracking using CKF. False means stop at the seeding stage. | +| PropagateBackward | Run CKF outside-in. | + | InitialTrackError_RelP | Track error estimate, momentum component (relative). | | InitialTrackError_Phi | Track error estimate, phi (radians). | | InitialTrackError_Lambda | Track error estimate, lambda (radians). | From ee9239e4b3a3a4111f4c6b0b6ee32e6ee6cce3e3 Mon Sep 17 00:00:00 2001 From: Federico Meloni Date: Fri, 5 Jul 2024 13:10:07 +0200 Subject: [PATCH 2/2] updated readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7ed5dc1..92e9e3a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ Processor that implements tripled seeding Combinatorial Kalman Filter. This proc |------------------------------|---------------------------------------------------------------------------------------------------------------------------| | RunCKF | Run tracking using CKF. False means stop at the seeding stage. | | PropagateBackward | Run CKF outside-in. | - | InitialTrackError_RelP | Track error estimate, momentum component (relative). | | InitialTrackError_Phi | Track error estimate, phi (radians). | | InitialTrackError_Lambda | Track error estimate, lambda (radians). |