Skip to content

Make histograms local variables (SiSPSeededTrackFinder) (ATLASRECTS-3037)

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

Update of SiSPSeededTrackFinder package.

  • Make histograms local variables.
  • If we use atomicity for counters, oldStrategy, newStrategy and execute methods can become const methods (7f35bb75), and this class can become reentrant.
  • However, some methods of ISiSpacePointsSeedMaker, ISiZvertexMaker and ISiTrackMaker are still not const. Const-correctness will be violated (this can be confirmed by -DATLAS_ALLOW_TOOLHANDLE_NONCONSTNESS=OFF option of cmake).
  • Therefore, atomicity is not used.

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports