Skip to content

Tidy up UT sim conditions for simulation

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

Corresponds to !578 which is targeting 2024-patches.

List of required MRs:

  • !582 (DD4hep) targeting master
    • Simulation conditions made optional by adding the option='1' XML attribute.
  • LHCb!4615 (DetDesc) targeting master
  • Boole!580 targeting master
  • lhcb-conddb/lhcb-conditions-database!154: targeting sim10/run3-ideal
    • 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)
  • lhcb-conddb/SIMCOND!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)

Validated by

  • Core Software
  • RTA
  • Simulation
Edited by Hangyi Wu

Merge request reports