add ATLAS_CHECK_THREAD_SAFETY to CaloLocalHadCalib
Add ATLAS_CHECK_THREAD_SAFETY
to CaloLocalHadCalib
There are two kinds of code here :
-
Code used directly in production this seems to be safe.
-
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 asATLAS_NOT_THREAD_SAFE
but should not really matter forReconstruction
.
Edited by Christos Anastopoulos