Skip to content

LArG4EC: thread-checker fixes

Frank Winklmeier requested to merge fwinkl/athena:larg4ec into master
  • Since EnergyCalculator is a service and should only exist once, replace all non-const statics with instance variables.
  • const-initialize volumeMap in CalibrationCalculator

Enable thread-checker.

Merge request reports