Make Muon Segment Finding Algs Reentrant
Migrating the muons egment finding algorithms to be reentrant (ATR-22181). Mostly changing AthAlgorithm to AtReentrantAlgorithm, making relevent functions const in the algorithms and associated tools, and passing the event context to the data handles. (Note the event context should also be passed down through the tools to the data handles included in tools. Will do this in separate merge requests, as there is quite a labyrinth of tools to navigate and this MR is already starting to get a bit large).
Showing
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MooSegmentCombinationFinder.cxx 2 additions, 2 deletions...mentCombinationFinder/src/MooSegmentCombinationFinder.cxx
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MooSegmentCombinationFinder.h 2 additions, 2 deletions...egmentCombinationFinder/src/MooSegmentCombinationFinder.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MooSegmentFinderAlg.cxx 15 additions, 15 deletions...s/MooSegmentCombinationFinder/src/MooSegmentFinderAlg.cxx
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MooSegmentFinderAlg.h 7 additions, 7 deletions...ols/MooSegmentCombinationFinder/src/MooSegmentFinderAlg.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MuonSegmentFinderAlg.cxx 12 additions, 18 deletions.../MooSegmentCombinationFinder/src/MuonSegmentFinderAlg.cxx
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MooSegmentCombinationFinder/src/MuonSegmentFinderAlg.h 5 additions, 6 deletions...ls/MooSegmentCombinationFinder/src/MuonSegmentFinderAlg.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MuonCurvedSegmentCombiner/MuonCurvedSegmentCombiner/MuonCurvedSegmentCombiner.h 16 additions, 24 deletions...ner/MuonCurvedSegmentCombiner/MuonCurvedSegmentCombiner.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MuonCurvedSegmentCombiner/src/MuonCurvedSegmentCombiner.cxx 110 additions, 105 deletions...onCurvedSegmentCombiner/src/MuonCurvedSegmentCombiner.cxx
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MuonSegmentCombinerToolInterfaces/MuonSegmentCombinerToolInterfaces/IMooSegmentCombinationFinder.h 2 additions, 2 deletions...mentCombinerToolInterfaces/IMooSegmentCombinationFinder.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MuonSegmentCombinerToolInterfaces/MuonSegmentCombinerToolInterfaces/IMuonCurvedSegmentCombiner.h 2 additions, 2 deletions...egmentCombinerToolInterfaces/IMuonCurvedSegmentCombiner.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools/MuonSegmentCombinerToolInterfaces/MuonSegmentCombinerToolInterfaces/IMuonSegmentCombinationCleanerTool.h 2 additions, 2 deletions...mbinerToolInterfaces/IMuonSegmentCombinationCleanerTool.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMakerToolInterfaces/MuonSegmentMakerToolInterfaces/IMuonSegmentPairFittingTool.h 1 addition, 9 deletions...nSegmentMakerToolInterfaces/IMuonSegmentPairFittingTool.h
- MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentOverlapRemovalTools/src/MuonSegmentCombinationCleanerTool.cxx 2 additions, 2 deletions...lapRemovalTools/src/MuonSegmentCombinationCleanerTool.cxx
- MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentOverlapRemovalTools/src/MuonSegmentCombinationCleanerTool.h 2 additions, 2 deletions...erlapRemovalTools/src/MuonSegmentCombinationCleanerTool.h
Loading
Please register or sign in to comment