Skip to content

add ATLAS_CHECK_THREAD_SAFETY to CaloLocalHadCalib

Add ATLAS_CHECK_THREAD_SAFETY to CaloLocalHadCalib

There are two kinds of code here :

  1. Code used directly in production this seems to be safe.

  2. Code that uses ROOT facilities to create mapping histograms and files in "special" workloads i.e run once not in production to create/check a particular parametrisation. This has issue mainly arising from how root is used. These are marked as ATLAS_NOT_THREAD_SAFE but should not really matter for Reconstruction.

Edited by Christos Anastopoulos

Merge request reports