Minimal modification for single threaded PRD to track association with MT scheduler.
The association map is stored in storegate for cases in which the PRD association is shared across multiple algorithms. The PRD_AssociationTool is still used for the cases in which the PRD association is shared between multiple tools but which are all related to a single algorithm instance. Thus, the PRD_AssociationTool still has to be public for tha latter cases. The current configuration does not ensure that tool instances are confined to single algorithms. Thus, in case of more than one thread, different algorithms may still operate concurrently on the same internal association map, which can be mitigated by configuration changes (to be done).
Showing
- InnerDetector/InDetExample/InDetRecExample/python/TrackingCommon.py 50 additions, 0 deletions...tor/InDetExample/InDetRecExample/python/TrackingCommon.py
- InnerDetector/InDetExample/InDetRecExample/share/ConfiguredBackTracking.py 7 additions, 2 deletions...etExample/InDetRecExample/share/ConfiguredBackTracking.py
- InnerDetector/InDetExample/InDetRecExample/share/ConfiguredNewTrackingSiPattern.py 29 additions, 6 deletions...e/InDetRecExample/share/ConfiguredNewTrackingSiPattern.py
- InnerDetector/InDetExample/InDetRecExample/share/ConfiguredTRTSegmentFinding.py 10 additions, 5 deletions...mple/InDetRecExample/share/ConfiguredTRTSegmentFinding.py
- InnerDetector/InDetExample/InDetRecExample/share/ConfiguredTRTStandalone.py 13 additions, 8 deletions...tExample/InDetRecExample/share/ConfiguredTRTStandalone.py
- InnerDetector/InDetExample/InDetRecExample/share/InDetRecLoadTools.py 33 additions, 24 deletions...r/InDetExample/InDetRecExample/share/InDetRecLoadTools.py
- InnerDetector/InDetExample/InDetRecExample/share/InDetRec_jobOptions.py 12 additions, 8 deletions...InDetExample/InDetRecExample/share/InDetRec_jobOptions.py
- InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigConfigRecBackTracking.py 17 additions, 12 deletions...etTrigRecExample/python/InDetTrigConfigRecBackTracking.py
- InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/CMakeLists.txt 2 additions, 1 deletion...tor/InDetRecAlgs/InDetTrackPRD_Association/CMakeLists.txt
- InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/InDetTrackPRD_Association/InDetTrackPRD_Association.h 27 additions, 17 deletions...ion/InDetTrackPRD_Association/InDetTrackPRD_Association.h
- InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/doc/packagedoc.h 2 additions, 2 deletions...r/InDetRecAlgs/InDetTrackPRD_Association/doc/packagedoc.h
- InnerDetector/InDetRecAlgs/InDetTrackPRD_Association/src/InDetTrackPRD_Association.cxx 27 additions, 49 deletions...DetTrackPRD_Association/src/InDetTrackPRD_Association.cxx
- InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/CMakeLists.txt 2 additions, 1 deletion...tor/InDetRecAlgs/TRT_StandaloneTrackFinder/CMakeLists.txt
- InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/TRT_StandaloneTrackFinder/TRT_StandaloneTrackFinder.h 16 additions, 7 deletions...der/TRT_StandaloneTrackFinder/TRT_StandaloneTrackFinder.h
- InnerDetector/InDetRecAlgs/TRT_StandaloneTrackFinder/src/TRT_StandaloneTrackFinder.cxx 26 additions, 36 deletions...T_StandaloneTrackFinder/src/TRT_StandaloneTrackFinder.cxx
- InnerDetector/InDetRecTools/InDetAssociationTools/CMakeLists.txt 2 additions, 1 deletion...tector/InDetRecTools/InDetAssociationTools/CMakeLists.txt
- InnerDetector/InDetRecTools/InDetAssociationTools/InDetAssociationTools/InDetPRD_AssociationToolGangedPixels.h 1 addition, 0 deletions...etAssociationTools/InDetPRD_AssociationToolGangedPixels.h
- InnerDetector/InDetRecTools/InDetAssociationTools/InDetAssociationTools/InDetPRDtoTrackMapToolGangedPixels.h 78 additions, 0 deletions...nDetAssociationTools/InDetPRDtoTrackMapToolGangedPixels.h
- InnerDetector/InDetRecTools/InDetAssociationTools/src/InDetPRD_AssociationToolGangedPixels.cxx 4 additions, 0 deletions...ciationTools/src/InDetPRD_AssociationToolGangedPixels.cxx
- InnerDetector/InDetRecTools/InDetAssociationTools/src/InDetPRDtoTrackMapToolGangedPixels.cxx 243 additions, 0 deletions...sociationTools/src/InDetPRDtoTrackMapToolGangedPixels.cxx
Loading
Please register or sign in to comment