Skip to content

Update the VFAT calibration query to latest DB version

Laurent Petre requested to merge feature/updated-vfat-db into main

Description

The title says it all... From the commit message:

A significant amount of work has been invested into cleaning up the VFAT
calibration DB/table (the work itself was originally started due to a
bugged schema/view).

This commit updates (i.e. simplifies) the DB query function,
particularly the filtering stage. This is thanks to (1) the use of a
unified schema instead of two revisions and (2) the removal/masking of
the legacy cruft.

Related Issue

None. 😕

How Has This Been Tested?

The VFAT calibration data can successfully be retrieved from the CMS VFAT DB.

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.

Merge request reports