Added checker for Clustering algorithms
- 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
Activity
Filter activity
Looks good. Just one question: can we do the consolidation step after the Kalman filter? That's how I did it in my branch new_trackChecker because I create the final track object in this step and it is good to do it after the Kalman filter if we want to add some of the states to the information.
mentioned in commit e991789f
Please register or sign in to reply