Skip to content

thomaskeck/FastFit

Repository files navigation

FastFit

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

Installation

  • cmake .
  • make
  • make install

Installation for the Belle 2 Analysis Software Framework

  • 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

Other implementations

The Belle and Belle II experiment employ the following vertex fitter implementations

Further Reading

This work is based on

About

A fast vertex fitter based on the eigen library and the kalman filter

Resources

License

Stars

Watchers

Forks

Packages

No packages published