ATLAS_CHECK_THREAD_SAFETY
to InDetLowBetaFinder
package to check thread safety.
ATLAS_NOT_THREAD_SAFE
to printTrtToolBetaLiklihoodDebugFile
of InnerDetector/InDetRecAlgs/InDetLowBetaFinder/src/TrtToolsBetaWrapper.cxx
because it uses static variable.
ATLAS_NOT_THREAD_SAFE
to TrtToolBetaLiklihood
class and TRT_FEbeta_fcn
function because these use global and static variables for TMinuit
.ATLAS_NOT_THREAD_SAFE
to LowBetaAlg
because this class uses the thread unsafe TrtToolBetaLiklihood
class.std::(recursive_)mutex
guard to protect global variables, it requires some works.