Skip to content

CaloUtils: Threading cleanup for CaloTowerBuilderToolBase.

Scott Snyder requested to merge ssnyder/athena:thread.CaloUtils-20200205 into master

Remove ATLAS_NOT_THREAD_SAFE declaration from CaloTowerBuilderToolBase; instead, put it only on the initialize() method.

Needed to fix new warnings about calls to methods of non-thread-safe classes.

Merge request reports