Skip to content

Tidy up UT sim conditions

Hangyi Wu requested to merge upgrade/ut-reduce-conditions into upgrade/master

List of required MRs:

  • lhcb/Detector!578 (merged) through lhcb/Detector!606 (merged) synchronisation of 2024-patches
    • Simulation conditions made optional by adding the option='1' XML attribute.
  • lhcb/LHCb!4608 (merged) through lhcb/LHCb!4647 (merged) synchronisation of 2024-patches
  • lhcb/Boole!580 (merged) targeting master
  • lhcb-conditions-database!154: targeting sim10/run3-ideal - equivalent to this for dd4hep
    • Remove completely ProductionMap, PedestalValues which are not used at all in DD4hep MC
    • Reduce following conditions inside NoiseValues
      • SectorNoise from per strip (.5M entries) to per ASIC (4192 entries)
      • cmNoise from per strip (.5M entries) to per ASIC (4192 entries)
      • electronsPerADC from per strip (.5M entries) to per sector (1048 entries)
  • !240 targeting upgrade/master
    • Reduce following conditions in NoiseValues
      • SectorNoise from per strip (.5M entries) to per ASIC (4192 entries)
      • cmNoise from per strip (.5M entries) to per ASIC (4192 entries)
      • electronsPerADC from per strip (.5M entries) to per sector (1048 entries)
Edited by Hangyi Wu

Merge request reports