Skip to content

Draft: Rename Beetle to ASIC in UT code

Hangyi Wu requested to merge ut/beetle-change-to-asic into 2024-patches

Work with LHCb!4608 Detector!578

  • Remove conditions are never used in DD4hep, including
    • ProductionMap
    • PedestalValues
  • Reduce condition granularity from per strip (.5 million entries) to per ASIC (4k entries)
    • NoiseValues: SectorNoise, cmNoise, electronsPerADC
  • Simulation conditions made optional, i.e. add option='1' xml attribute.
  • Rename Beetle (TT concept) to ASIC (UT concept)

TODO:

  • Corresponding changes in LHCb/Det/UTDet
  • Corresponding changes in SIMCOND
  • Corresponding changes in lhcb-conditions-database to master
  • Corresponding changes in lhcb-conditions-database to sim10/run3-ideal
  • Corresponding changes in Lbcom (due to Beetle -> ASIC renaming)
Edited by Hangyi Wu

Merge request reports