Skip to content
Snippets Groups Projects
Commit 1eca9438 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-PixelConditionsData-v2' into 'master'

Fix thread saferty warnings of PixelRTT package.

See merge request atlas/athena!34612
parents d3d1c3b3 3e34cc21
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ int ResPullValidation::Read(){
//////////////////////////////////////////////////////////////////////////////////////////
int ResPullValidation::Write(){
int ResPullValidation::Write ATLAS_NOT_THREAD_SAFE (){ // Thread unsafe MultiHisto<ht>::Write method is used.
TDirectory *current = gDirectory;
TDirectory *globaldir = current->mkdir(m_globaldirname.c_str());
......
......@@ -112,7 +112,7 @@ int CosmicTrackValidation::Read(){
//////////////////////////////////////////////////////////////////////////////////////////
int CosmicTrackValidation::Write(){
int CosmicTrackValidation::Write ATLAS_NOT_THREAD_SAFE (){ // Thread unsafe MultiHisto<ht>::Write method is used.
TDirectory *current = gDirectory;
TDirectory *globaldir = current->mkdir(m_globaldirname.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment