Skip to content

xAOD Jet : Atlas static thread safety checker

The bulk of this is more of a tedious exercise on const correctness which pretty much resulted on adding const in a few places ... The core of the xAOD::Jet i.e the Jet_v1 etc should be fully const -correct and MT safe.

There are 2 places/pieces of code I marked as non thread safe using ATLAS_NOT_THREAD_SAFE

  • One is the test --> I do not expect we want to fix it for now, as is a test ....
  • The other is a few methods in the JetContainerInfo.cxx , this we need to prb a fix at some stage.

Mentioning @khoo and @delsart for their info.

Christos

Edited by Christos Anastopoulos

Merge request reports