Skip to content

PixelConditionsAlgorithms+InDetRegionSelector: Fix initialization hack.

PixelCablingCondAlg::initialize() is recording a conditions object to be read by SiRegionSelectorTable::initialize(). However, it was doing this with an unbounded IOV range, which then collides with any other IOV ranges that may be added later.

Change PixelCablingCondAlg so that the range for this hack covers only run number 0, so it won't collide with any real IOV ranges. Change SiRegionSelectorTable to explicitly look up an IOV time corresponding to run 0.

See ATEAM-621.

Edited by Scott Snyder

Merge request reports