Skip to content

TruthUtils: Fix logic errors in old_to_new_simulation_scheme.

Scott Snyder requested to merge ssnyder/athena:clang.TruthUtils-20230823 into main

Fix errors related to operator precedence, and an apparent backwards comparison. Rewrite complex expressions to make more readable and factor out duplication. Fixes clang warnings in passing.

Merge request reports