Skip to content

Add check for the fit quality of muon calibration

Vadym Voitsekhovskyi requested to merge feature/muon-fit-convergence into main

Description

Now muon calibration algorithm checks the quality of the fit and processes the events that pass this quality check.

This MR also will handle the case when no muon rings were fitted at all.

Commits

  • Add check for the fit quality
  • Added check for the empty muon table
  • Added new fields to throughput container
  • Proper DB storage for new fit quality fields
  • Update to recent changes
  • Added new test
  • Updated CI to handle new throughput test

Related Issue

Closes #143 (closed) , #140 (closed)

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Vadym Voitsekhovskyi

Merge request reports