Skip to content

JetUtils: enable thread-checker and fixes

Frank Winklmeier requested to merge fwinkl/athena:jetutils into master

Mostly trivial const fixes to make the code pass the thread-checker.

The only non-trivial change is to const initialize the voidTile in TiledEtaPhiMap instead of assigning it a (non-physical) value each time.

Edited by Frank Winklmeier

Merge request reports