Skip to content

Remove velo and beetle from UT

Patrick Koppenburg requested to merge pkoppenb-UTBeetle into master

Cleanup of obsolete detectors, see https://gitlab.cern.ch/lhcb-dpa/project/-/issues/18.

Deleted:

  • UT/UTAlgorithms/src/UTVeloClustersToDigits.cpp
  • UT/UTAlgorithms/src/UTVeloClustersToLite.cpp

Changes:

  • UT/UTMonitors/src/UTBadChannelFinder.cpp uses BeetleRepresentation which is in ST code that is candidate for removal LHCb!2744 (closed). I replaced it by UTBeetleRepresentation, which is almost identical and compiles.
  • UT/UTAlgorithms/src/UTSiClusterTraits.h, UT/UTAlgorithms/src/UTSiClustersToLite.h, : remove velo

Formatting:

  • HC/HCMonitors/scripts/DelayScan/1_extractWorkingPoint.py
  • UT/UTMonitors/python/inc_layout5hist.py

Note that this MR contained changes related to the new UT format. Now these changes are split into !537 (merged) which will be merged first, and then this MR will be rebased.

Needed for LHCb!2804 (merged)

Edited by Rosen Matev

Merge request reports