Make histograms local variables (SiSPSeededTrackFinder) (ATLASRECTS-3037)
Update of SiSPSeededTrackFinder
package.
- Make histograms local variables.
- If we use atomicity for counters,
oldStrategy
,newStrategy
andexecute
methods can becomeconst
methods (7f35bb75), and this class can become reentrant. - However, some methods of
ISiSpacePointsSeedMaker
,ISiZvertexMaker
andISiTrackMaker
are still notconst
. Const-correctness will be violated (this can be confirmed by-DATLAS_ALLOW_TOOLHANDLE_NONCONSTNESS=OFF
option ofcmake
). - Therefore, atomicity is not used.
RunTier0Tests.py was fine. RunTier0Tests.log
Edited by Susumu Oda