LArROD: thread-safety cleanup
Use std::call_once
instead of mutex/bool for one-time initializations.
Also remove mutable
and mark array of atomics as thread-safe.
Use std::call_once
instead of mutex/bool for one-time initializations.
Also remove mutable
and mark array of atomics as thread-safe.