Skip to content

StoreGate: Fix conditions dependency propagation.

Scott Snyder requested to merge ssnyder/athena:deps.StoreGate-20220720 into master

The direction of dependencies set up by WriteCondHandle was backwards. Fixed.

This version does more locking / std::vector operations in the CondCont than we'd really like --- to be addressed in a subsequent change.

See ATLASRECTS-7087.

Merge request reports