Skip to content

GMR 540: EventView isolation fix

Charles Leggett requested to merge leggett/AtlasGaudi:dev/EV into atlas/v30r1

See gaudi/Gaudi!540 (merged)

There was a bug in event view isolation: when nodes have multiple parents it is possible for the graph traversal to "escape" a view and promote algorithms in the wrong contexts. This is now protected against in the graph traversal.

Adding some simple tests for event views, including a test case for the isolation bug.

Merge request reports