CaloTrkMuIdTools: Update for thread-safety checker const changes.
The thread-safety checker is getting more strict on const checks. Fix resulting warnings. TH1::Fill is not thread-safe, so fail if we're trying to fill histograms in a job with more than one thread.
parent
dce7b2c6
No related branches found
No related tags found
Showing
- Reconstruction/MuonIdentification/CaloTrkMuIdTools/CMakeLists.txt 1 addition, 1 deletion...uction/MuonIdentification/CaloTrkMuIdTools/CMakeLists.txt
- Reconstruction/MuonIdentification/CaloTrkMuIdTools/CaloTrkMuIdTools/TrackDepositInCaloTool.h 28 additions, 22 deletions...aloTrkMuIdTools/CaloTrkMuIdTools/TrackDepositInCaloTool.h
- Reconstruction/MuonIdentification/CaloTrkMuIdTools/src/CaloMuonScoreTool.cxx 7 additions, 2 deletions...Identification/CaloTrkMuIdTools/src/CaloMuonScoreTool.cxx
- Reconstruction/MuonIdentification/CaloTrkMuIdTools/src/TrackDepositInCaloTool.cxx 54 additions, 30 deletions...ification/CaloTrkMuIdTools/src/TrackDepositInCaloTool.cxx
Loading
Please register or sign in to comment