Skip to content

Add Tracking algorithm based on CKF

myliu@ihep.ac.cn requested to merge myliu/CEPCSW:master into master

The pull request submitted is mainly about the tracking algorithm for the drift chamber, based on the geometry of the drift chamber with stereo wires. The main content is as follows:

  1. The CKF algorithm package from BelleII, which includes the geometry, magnetic field, and input/output interfaces.
  2. In the digitization of the drift chamber, a function for mixing uniform noise hits is added.
  3. Add the Track finding algorithm based on CKF:DCTrackFinding.cpp.
  4. The TruthTracker algorithm is updated to make it applicable to multi-tracks events.
  5. Add some helper functions to get the geometry parameters.

And, the above code has all passed testing and exhibits good performance, meeting the requirements of CEPC for tracker part, including:

  • Track efficiency: >99.5% for five single particles events.
  • Momentum resolution:< 0.14% for muon with 10GeV trackEffMomRes

Merge request reports

Loading