Skip to content
Snippets Groups Projects
  1. Oct 30, 2024
    • Whitmaur Robert Castiglioni's avatar
      fixed 2 of the 4 broken tests · 54ab5a9a
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/share/FPGATrackSimPlaneMap.ref
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/share/FPGATrackSimRegionMap.ref
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimPlaneMap_test.cxx
      54ab5a9a
    • Whitmaur Robert Castiglioni's avatar
      changed tests and expected pmap input name · fee7eea7
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimDataPrepConfig.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/test/test_FPGATrackSimWorkflow.sh
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimPlaneMap_test.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx
      fee7eea7
    • Whitmaur Robert Castiglioni's avatar
      comment changed · 47acfe38
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      47acfe38
    • Whitmaur Robert Castiglioni's avatar
      more descriptive comments · 39addd42
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/src/FPGATrackSimHit.cxx
      39addd42
    • Whitmaur Robert Castiglioni's avatar
      added better error handling and messages. removed unused function that · a4a612f0
      Whitmaur Robert Castiglioni authored
      had its purpose taken by another func
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
      a4a612f0
    • Whitmaur Robert Castiglioni's avatar
      comments removed and added TODO · ce620363
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      ce620363
    • Whitmaur Robert Castiglioni's avatar
      fix config falg to be in defult config · d2383668
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
      d2383668
    • Whitmaur Robert Castiglioni's avatar
      mapmaker now makes pmaps that are the expected input for the multimap · f6ca9b7e
      Whitmaur Robert Castiglioni authored
      output
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimMapMakerAlg.cxx
      f6ca9b7e
    • Benjamin John Rosser's avatar
      FPGATrackSim: fix matrix generation with new plane map configuration · 48d3cf13
      Benjamin John Rosser authored and Whitmaur Robert Castiglioni's avatar Whitmaur Robert Castiglioni committed
      There are two changes here:
      
      * when mapping hits, only use the module relabel code if a hit hasn't
      already been mapped before
      * propagate the number of the subregion/slice we are testing through the
      hit filtering code in the matrix generation algorithm, and then use it
      when choosing hits.
      
      This means that matrix generation will now throw out tracks that aren't
      entirely contained within a subregion-- but it was doing that anyway because
      it was calling the Hough transform via the (subregionalized) road union
      tool. So I think this is not a problem.
      
      We get out reasonable looking corrgen and sectorsHW files from running
      over one RDO.
      48d3cf13
    • Whitmaur Robert Castiglioni's avatar
      fixes to Space point code · 4a798e83
      Whitmaur Robert Castiglioni authored
      fixes some of the remap logig
      start of matrix gen fix
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/src/FPGATrackSimHit.cxx
      4a798e83
    • Whitmaur Robert Castiglioni's avatar
      Spacepoint Fix · f5a75c15
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/FPGATrackSimObjects/FPGATrackSimHit.h
      f5a75c15
    • Benjamin John Rosser's avatar
      FPGATrackSim: make spacepoints work with unmapped hits · 37bd972a
      Benjamin John Rosser authored and Whitmaur Robert Castiglioni's avatar Whitmaur Robert Castiglioni committed
      The current spacepoint implementation stores the logical layer and section
      of the "innermost" constituent hit. This information is then used to check
      whether or not a spacepoint falls within a (sub)region for hits of type
      spacepoint.
      
      Unfortunately, this will not work if the hits that form the spacepoint are
      unmapped, because there will be no logical layer to store. I think this
      patch should fix that; we now store the innermost *physical* layer information
      instead of the *logical* layer information, and in the `map` function, if
      we are mapping a spacepoint, update the innermost logical layer as well.
      
      Then I also modified the region map class to support testing whether both
      mapped and unmapped hits fall within a region.
      
      This should make spacepoints work again on Whit's branch. A small tweak to
      my region map changes might be required (the "pmap" has become a vector of
      pmaps), but otherwise it should work.
      37bd972a
    • Whitmaur Robert Castiglioni's avatar
      now uses a format of pmaps that will be backwards compatible for single · b486f712
      Whitmaur Robert Castiglioni authored
      pmaps and be able to use multi pmaps
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/README.md
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      b486f712
    • Whitmaur Robert Castiglioni's avatar
      made new file work with framework · 00c85b77
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      00c85b77
    • Whitmaur Robert Castiglioni's avatar
      comments cleaned up an improved · e73a29fa
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimOverlapRemovalTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx
      
      removed comment
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      
      cleaned up comments
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimTrackFitterTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      e73a29fa
    • Whitmaur Robert Castiglioni's avatar
      more clean got rid of some comments · cb34cca7
      Whitmaur Robert Castiglioni authored
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      
      removed unnecessary messages
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      
      changing back to the defult config
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      
      Clean up code
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx
      
      update the README to refleact changes that will be implemented to pmap
      format
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/README.md
      cb34cca7
    • Whitmaur Robert Castiglioni's avatar
      working multi-pmap, rmap · a5bf0c1e
      Whitmaur Robert Castiglioni authored
      for 1st stage working 2nd stage does not use multi map
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
      a5bf0c1e
    • Whitmaur Robert Castiglioni's avatar
      changed where hits are added · ff5c34cd
      Whitmaur Robert Castiglioni authored
      rmap constructor changed
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx //info->nMappedHits_1st_layer[hit.getLayer()]++; was commented out to prevent errors
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimSGInput/src/FPGATrackSimSGToRawHitsTool.h
      ff5c34cd
    • Whitmaur Robert Castiglioni's avatar
      HEAD detached at 778129fa · 201e0ce7
      Whitmaur Robert Castiglioni authored
       You are in a sparse checkout with 1% of tracked files present.
      this should work what is wrong
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimNNTrackTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimOverlapRemovalTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimTrackFitterTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimConstGenAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimSpacepointRoadFilterTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/IFPGATrackSimMappingSvc.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      
       On branch working-multi-pmap-integration
       You are in a sparse checkout with 1% of tracked files present.
      
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      201e0ce7
    • Whitmaur Robert Castiglioni's avatar
      made pmaps into vectors of unq ptr · 9abef611
      Whitmaur Robert Castiglioni authored
      Changes to be committed:
      This is a rebase of adding multimap functionalty into  athena
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      
      added pmap vector
      the FPGASimRoadUnionTool noe finds hits with a sub map and passes only
      them the the corrisponding H transform
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/FPGATrackSimHough/IFPGATrackSimRoadFinderTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/FPGATrackSimLRT/IFPGATrackSimRoadFinderTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimHoughTransform_d0phi0_Tool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimLLPDoubletHoughTransformTool.h
      
      broken version trying to get help
      chages to functions that were called
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      
       On branch multi-pmap-integration
       Your branch is up to date with 'origin/multi-pmap-integration'.
      broken commit
      Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      have comment out changes to pass hough tans
      how hits got passed to hough chaged
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/python/FPGATrackSimBankConstGenConfig.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAnalysisConfig.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      
      samll changes to a few files changing the pmap call and changes to road
      unuion to be a slice engine
      lots of comments removed
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimBanks/src/FPGATrackSimBankSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimEtaPatternFilterTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughRootOutputTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimPhiRoadFilterTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimHoughTransform_d0phi0_Tool.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      9abef611
    • Whitmaur Robert Castiglioni's avatar
      On branch multi-pmap-integration · 62e61dc0
      Whitmaur Robert Castiglioni authored
      FPGATrackSimLogicalHitsProcessAlg.cxx had  std::vector<FPGATrackSimHit> const & hits_1st = m_logicEventHeader_1st->towers().at(regionID).hits();
      chaged back to std::vector<FPGATrackSimHit> const & hits_1st = m_logicEventHeader_1st->towers().at(0).hits();
      this fix only takes 1 regionID but fixes the issue if the regions are
      loaded without previous regions. Before if you loaded a region3 for
      example it would break as regionID is 4 but there is only 1 tower
      rebase into main
      changes to mapping files made to load multiple maps on 1 file. pmaps are
      now stored in a vector
       Changes to be committed:
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/IFPGATrackSimMappingSvc.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
      	modified:   Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
      62e61dc0
    • Adam Edward Barton's avatar
      Merge branch 'FPGATrackSimFix2' into 'main' · f4317e5b
      Adam Edward Barton authored
      FPGATrackSim: Suppress Errors in unit test to "fix" CI
      
      See merge request atlas/athena!75450
    • Ioannis Maznas's avatar
      FPGATrackSim: Suppress Errors in unit test to "fix" CI · 67802fbc
      Ioannis Maznas authored and Adam Edward Barton's avatar Adam Edward Barton committed
      FPGATrackSim: Suppress Errors in unit test to "fix" CI
      67802fbc
    • Adam Edward Barton's avatar
      Merge branch 'fwinkl_20241030T104502' into 'main' · 03e6d478
      Adam Edward Barton authored
      TrigByteStreamCnvSvc: implement IByteStreamCnvSvc
      
      See merge request !75448
      03e6d478
    • Frank Winklmeier's avatar
      TrigByteStreamCnvSvc: implement IByteStreamCnvSvc · c76f341b
      Frank Winklmeier authored
      Although we do not support bytestream creation in TrigByteStreamCnvSvc,
      we have to at least provide a dummy interface implementation because
      converters retrieve the ByteStreamCnvSvc during initialize even though
      it's only needed within `createRep`.
      c76f341b
    • Adam Edward Barton's avatar
      Merge branch 'RemoveObsoleteSimScript2_main' into 'main' · c0ff55c9
      Adam Edward Barton authored
      FastChainPileup: Remove obsolete script (ATLASSIM-7304)
      
      See merge request atlas/athena!75447
      c0ff55c9
    • Adam Edward Barton's avatar
      Merge branch 'fix_truthMetadata_HIGG1D1' into 'main' · e4133a05
      Adam Edward Barton authored
      Restoring TruthMetaData in HIGG1D1 derivation
      
      See merge request atlas/athena!75438
      e4133a05
    • Davide Mungo's avatar
      Restoring TruthMetaData in HIGG1D1 derivation · 138290f8
      Davide Mungo authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Restoring TruthMetaData in HIGG1D1 derivation
      138290f8
    • Adam Edward Barton's avatar
      Merge branch 'rwang-main-patch-74400' into 'main' · ce34b4ab
      Adam Edward Barton authored
      CollectionMerger config for ActsFatras
      
      See merge request !75444
      ce34b4ab
    • Rui Wang's avatar
      CollectionMerger config for ActsFatras · 8dab10c6
      Rui Wang authored and Adam Edward Barton's avatar Adam Edward Barton committed
      CollectionMerger config for ActsFatras
      8dab10c6
    • Adam Edward Barton's avatar
      Merge branch 'DAOD_PHYS_Test' into 'main' · 4a231a40
      Adam Edward Barton authored
      Update DAOD_PHYS/LITE test files
      
      See merge request atlas/athena!75324
      4a231a40
    • Thomas Strebler's avatar
      Update DAOD_PHYS/LITE test files · 5ffb7a16
      Thomas Strebler authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Update DAOD_PHYS/LITE test files
      5ffb7a16
    • Adam Edward Barton's avatar
      Merge branch 'tstreble-main-patch-56237' into 'main' · ffe9b644
      Adam Edward Barton authored
      Set original object link for MET with standard taus in TauCombineMuonRMTausAlg + skip invalid link
      
      See merge request !75440
      ffe9b644
    • Thomas Strebler's avatar
      Set original object link for MET with standard taus in TauCombineMuonRMTausAlg + skip invalid link · 35adcbdd
      Thomas Strebler authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Set original object link for MET with standard taus in TauCombineMuonRMTausAlg + skip invalid link
      35adcbdd
    • Adam Edward Barton's avatar
      Merge branch 'xju_sp_features' into 'main' · e9df7e03
      Adam Edward Barton authored
      Add Spacepoint feature tool
      
      See merge request atlas/athena!75442
      e9df7e03
    • Xiangyang Ju's avatar
      Add Spacepoint feature tool · 31383bca
      Xiangyang Ju authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Revert "add debug info"
      
      This reverts commit fd308c21.
      31383bca
    • Adam Edward Barton's avatar
      Merge branch 'IDPM_Rel24_Run3_v17' into 'main' · 76eff471
      Adam Edward Barton authored
      InDetPerformanceMonitor: Revert THistSvc
      
      See merge request !75446
      76eff471
    • Adam Edward Barton's avatar
      Merge branch 'rntupRename.RootAuxDynIO-20241029' into 'main' · f2615ddd
      Adam Edward Barton authored
      RootAuxDynIO: Fix renaming with rntuple.
      
      See merge request atlas/athena!75420
      f2615ddd
    • Scott Snyder's avatar
      RootAuxDynIO: Fix renaming with rntuple. · ea3f2999
      Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
      RootAuxDynIO: Fix renaming with rntuple.
      
      Fix xAOD input renaming for rntuples.
      ea3f2999
    • Adam Edward Barton's avatar
      Merge branch 'naming.SUSYTools-20241029' into 'main' · 0e2026cc
      Adam Edward Barton authored
      SUSYTools: Comply with ATLAS naming conventions.
      
      See merge request !75419
      0e2026cc
Loading