Skip to content

Add mutex guard for mutable TF1's of CscCalibTool

Susumu Oda requested to merge oda/athena:master-CscCalibTools into master

http://goetz.web.cern.ch/goetz/mutable_2019-07-13.html#Muon,MuGirl_Csc

nightly/master/2019-07-13T2149:MuonSpectrometer/MuonCalib/CscCalib/CscCalibTools/src/CscCalibTool.h +170
0c6104c30b2b8d2ad933bc2c3623d9d232903fe6	2019-06-18_T1735	Susumu Oda	Add atomic to counters of CscCalibTool
62cf11bb2c2c9c91d094ce869d45828994aa852e	2019-03-07_T1651	John Chapman	Update ICscCalibTool to use DeclareInterfaceID syntax and CscCalibTool to use extends<...> syntax

   168	
   169	  unsigned int m_nSamples;
   170	  mutable TF1* m_addedfunc;
   171	  mutable TF1* m_bipolarFunc;
   172	
nightly/master/2019-07-13T2149:MuonSpectrometer/MuonCalib/CscCalib/CscCalibTools/src/CscCalibTool.h +171
0c6104c30b2b8d2ad933bc2c3623d9d232903fe6	2019-06-18_T1735	Susumu Oda	Add atomic to counters of CscCalibTool
62cf11bb2c2c9c91d094ce869d45828994aa852e	2019-03-07_T1651	John Chapman	Update ICscCalibTool to use DeclareInterfaceID syntax and CscCalibTool to use extends<...> syntax

   169	  unsigned int m_nSamples;
   170	  mutable TF1* m_addedfunc;
   171	  mutable TF1* m_bipolarFunc;
   172	
   173	  bool m_onlineHLT;

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports