New Features in GENFIT [message #6997] |
Tue, 24 June 2008 16:33 |
Sebastian Neubert
Messages: 282 Registered: March 2006 Location: Munich
|
first-grade participant |
From: *if.uj.edu.pl
|
|
Hi!
Susanna and me have implemented the backtracking-smoothing in the Kalman Filter. To use this you have to update the usual packages.
As a consequence now the track paramteres after the fit are not given at the last point anymore but at the first!
Furthermore there are two configuration options you can use with the Kalman:
Kalman::setLazy(int)
--> If you set this to 0 (default) then the Kalman will report any exception that occurs inside.
--> If you set it to 1 then the algorithm will instead skip hits where a problem occurs.
Kalman::setNumIterations(int)
--> choose the number of (forward-backward) tracking cycles. Default: 3
Have fun!
Sebastian.
Sebastian Neubert
Technische Universität München
Department Physik E18
sneubert@e18.physik.tu-muenchen.de
tel: +49-8928912592
|
|
|