Skip to content

22.0-bugfix-TrkAmbiguityProcessor

Shaun Roe requested to merge sroe/athena:compilableState into master

This fixes a bug in the event counting in AmbiCounter.icc by removing the 'all' category of the counters and fixing the eta bounds dimension to four (barrel, transition, endcap and 'forward'). The 'all' category statistics are now calculated on-the-fly by summing the regions using std::accumulate. Changes were made to clients to ensure the eta bounds inputs are the correct size. Other changes (formatting, principally) were incidental to the debugging. previous MR attempting this , !34583 (closed), failed for reasons I could not immediately fathom so I closed that and replace it.

Merge request reports