Skip to content

HLT MTCalibPeb test: allow deterministic RNG seed and make RootComp a required step

  1. Add an option in MTCalibPebHypoTool to re-seed the RNG with deterministic seed calculated from run/event number and the name of the tool instance (which is HLT chain name). This is needed for reproducible test outputs.
  2. Make the histogram comparison to reference a required step in the TrigP1Test CalibPeb tests. Suggested by @fwinkl.
  3. Remove one redundant CalibPeb test.
  4. Add ROBDataProviderSvc histograms to ignore patterns in rootcomp.py. They are not reproducible because in AthenaMT algorithms may be executed in different order and the data caching inside the service leads to different histogram inputs. This also closes ATR-21137. cc @wiedenma

Merge request reports