A fast vertex fitter based on the eigen library and the kalman filter aglorithm
This is mostly a test-project for a faster vertex fitter for the Belle II experiment
- cmake .
- make
- make install
- Setup basf2
- git clone https://github.com/thomaskeck/FastFit.git
- cd FastFit
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$BELLE2_EXTERNALS_DIR/$BELLE2_EXTERNALS_SUBDIR .
- make
- make install
- cd $BELLE2_LOCAL_DIR
- scons
The Belle and Belle II experiment employ the following vertex fitter implementations
- RAVE https://github.com/newtrino/rave
- KFitter (no online resource)
This work is based on