GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Tracking » Backpropagation in Kalman Filter
Re: Backpropagation in Kalman Filter [message #18121 is a reply to message #18120] Wed, 08 April 2015 22:07 Go to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *ip70.fastwebnet.it
The feature is already in the release, simply it is not used by default.
You need to switch off the back propagation and set 2 as propagation distance in the reco macro:

...
recoKalman->SetPropagateToIP(kFALSE);
recoKalman->SetPropagateDistance(2.f);
...
recoKalmanFwd->SetPropagateToIP(kFALSE);
recoKalmanFwd->SetPropagateDistance(2.f);
...


In reality because of a small bug it will back propagate of 1 cm and not 2 cm, but it will be fine the same.
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: Moving to Genfit2
Next Topic: Small changes to improve efficiency at low momentum
Goto Forum:
  


Current Time: Fri Mar 29 13:21:06 CET 2024

Total time taken to generate the page: 0.00829 seconds