Skip to content

GlobalChi2Fitter: Remove non-thread-safe writes to global variables

Stephen Nicholas Swatman requested to merge sswatman/athena:gx2f_athenamt into master

In the spirit of keeping the GlobalChi2Fitter thread-safe we remove some writes to global variables. The writes are relatively harmless as they interact with a variable only concerned with logging but it is still good practice to not write to it. If we leave these writes in, we could see some unexpected and inconsistent logging behaviour, which is unwanted.

Merge request reports