Skip to content

Tidy up UT sim conditions in sim10

Hangyi Wu requested to merge ut-reduce-sim-conditions-sim10 into sim10/run3-ideal

List of required MRs:

  • lhcb/Detector!582 (closed) (DD4hep) targeting master
    • Simulation conditions made optional by adding the option='1' XML attribute.
  • lhcb/LHCb!4615 (closed) (DetDesc) targeting master
  • lhcb/Boole!580 targeting master
  • !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)
  • 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)

NOTE: The old PedestalValues, to be removed in this MR, do not have the correct structure, and the software does not use them by default. We will bring it back with the corrected structure, and the proper code to utilize them in a subsequent MR which aims to improve the overall front end simulation of UT.

Edited by Hangyi Wu

Merge request reports