Skip to content

Added checker for Clustering algorithms

Daniel Campora Perez requested to merge clustering_checker into master
  • Developed checker for Clustering: It runs classical algorithm and compares LHCb IDs between the classical algorithm and the LHCb IDs passed by parameter. The comparison allows for a distance between the LHCb IDs of up to 2.0 in pixel distance.
  • Now, results are always consolidated.
  • Checker for clustering can be enabled with option -c 1.
  • Refactored heavily Tools.h and Tools.cpp.
  • Removed old type for files (Common.h).

Merge request reports