KiTrackMarlin
1.9.0
|
A class to make it quick to fit a track or hits and get back the chi2 and Ndf values and also bundle the code used for that, so it doesn't have to be copied all over the places. More...
#include <FTDHelixFitter.h>
A class to make it quick to fit a track or hits and get back the chi2 and Ndf values and also bundle the code used for that, so it doesn't have to be copied all over the places.
Uses a helix fit from the MarlinTrk class HelixFit.cc It is named FTDHelixFitter, because it makes some assumptions about the hits, that come from them being on the FTD. Specifically the errors passed to the helix fit are calculated on the assumption, that du and dv are errors in the xy plane. If this class is intended to be used for hits on different detectors, a careful redesign is necessary!