Replace use of old RegSelSvc by RegSelTools for the ID
The single RegSelSvc is to be replaced by a separate RegSelTool for each subsystem. This merge request is to implement that migration for the ID code. This code contains about 60 % of all the changes that are needed for the migration, and most of the changes for the pixel, SCT and TRT. ``` For information the packages needing changes are Innerdetector/InDetEventCnv/PixelRawDataByteStreamCnv InnerDetector/InDetEventCnv/TRT_RawDataByteStreamCnv InnerDetector/InDetExample/InDetRecExample InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool Reconstruction/TRT_Rec Reconstruction/iPat/iPatRecExample Innerdetector/InDetExample/InDetTrigRecExample InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat InnerDetector/InDetTrigRecAlgs/InDetTrigRawDataProvider InnerDetector/InDetTrigRecAlgs/SiTrigSPSeededTrackFinder InnerDetector/InDetTrigRecAlgs/SiTrigSpacePointFormation InnerDetector/InDetTrigRecAlgs/TRT_TrigSeededTrackFinder InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackSegmentsFinder Trigger/TrigTools/TrigOnlineSpacePointTool Trigger/TriggerCommon/TriggerJobOpts Trigger/TrigAlgorithms/TrigGenericAlgs Trigger/TrigAlgorithms/TrigT2MinBias Trigger/TrigHypothesis/TrigLongLivedParticlesHypo ``` plus the configuratin for every package that uses any of the above packages which will need to instantiate the RegSelTools for the tool and algorithms configurables.
parent
769f4e91
Showing
- Event/EventOverlay/EventOverlayJobTransforms/share/InnerDetectorOverlay_jobOptions.py 11 additions, 0 deletions...layJobTransforms/share/InnerDetectorOverlay_jobOptions.py
- InnerDetector/InDetCalibAlgs/PixelCalibAlgs/share/NoiseMapBuilder.py 6 additions, 1 deletion...or/InDetCalibAlgs/PixelCalibAlgs/share/NoiseMapBuilder.py
- InnerDetector/InDetCalibAlgs/TRT_CalibAlgs/share/RAWHITemplate.py 1 addition, 0 deletions...ector/InDetCalibAlgs/TRT_CalibAlgs/share/RAWHITemplate.py
- InnerDetector/InDetConfig/python/TrackRecoConfig.py 3 additions, 1 deletionInnerDetector/InDetConfig/python/TrackRecoConfig.py
- InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/src/PixelRawDataProvider.cxx 1 addition, 3 deletions...nv/PixelRawDataByteStreamCnv/src/PixelRawDataProvider.cxx
- InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/src/PixelRawDataProvider.h 3 additions, 3 deletions...tCnv/PixelRawDataByteStreamCnv/src/PixelRawDataProvider.h
- InnerDetector/InDetExample/InDetRecExample/share/ConfiguredInDetPreProcessingTRT.py 5 additions, 0 deletions.../InDetRecExample/share/ConfiguredInDetPreProcessingTRT.py
- InnerDetector/InDetExample/InDetRecExample/share/InDetReadBS_jobOptions.py 12 additions, 0 deletions...etExample/InDetRecExample/share/InDetReadBS_jobOptions.py
- InnerDetector/InDetExample/InDetRecExample/share/InDetRecPreProcessingSilicon.py 8 additions, 0 deletions...ple/InDetRecExample/share/InDetRecPreProcessingSilicon.py
- InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigConfigRecBackTracking.py 13 additions, 8 deletions...etTrigRecExample/python/InDetTrigConfigRecBackTracking.py
- InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigConfigRecNewTracking.py 7 additions, 0 deletions...DetTrigRecExample/python/InDetTrigConfigRecNewTracking.py
- InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigConfigRecPreProcessing.py 34 additions, 0 deletions...tTrigRecExample/python/InDetTrigConfigRecPreProcessing.py
- InnerDetector/InDetExample/InDetTrigRecExample/share/InDetTrigRec_jobOptions.py 9 additions, 9 deletions...mple/InDetTrigRecExample/share/InDetTrigRec_jobOptions.py
- InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/InDetPrepRawDataFormation/PixelClusterization.h 2 additions, 2 deletions...Formation/InDetPrepRawDataFormation/PixelClusterization.h
- InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/InDetPrepRawDataFormation/TRT_RIO_Maker.h 2 additions, 2 deletions...awDataFormation/InDetPrepRawDataFormation/TRT_RIO_Maker.h
- InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/PixelClusterization.cxx 1 addition, 2 deletions...lgs/InDetPrepRawDataFormation/src/PixelClusterization.cxx
- InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation/src/TRT_RIO_Maker.cxx 1 addition, 2 deletions...etRecAlgs/InDetPrepRawDataFormation/src/TRT_RIO_Maker.cxx
- InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/share/SiSPSeededTracksStandalone.py 4 additions, 0 deletions...SiSPSeededTrackFinder/share/SiSPSeededTracksStandalone.py
- InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool/TRT_SeededSpacePointFinderTool/SimpleTRT_SeededSpacePointFinder_ATL.h 2 additions, 2 deletions...acePointFinderTool/SimpleTRT_SeededSpacePointFinder_ATL.h
- InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool/src/SimpleTRT_SeededSpacePointFinder_ATL.cxx 1 addition, 2 deletions...ntFinderTool/src/SimpleTRT_SeededSpacePointFinder_ATL.cxx
Loading
Please register or sign in to comment