Skip to content
Snippets Groups Projects
  1. Nov 30, 2022
  2. Nov 24, 2022
  3. Nov 21, 2022
  4. Nov 16, 2022
  5. Nov 15, 2022
  6. Nov 11, 2022
  7. Nov 09, 2022
  8. Nov 07, 2022
  9. Oct 26, 2022
  10. Oct 20, 2022
    • scott snyder's avatar
      HGTD_TrackingGeometry: Fix warnings in lto build. · 392dee27
      scott snyder authored
      Need to include header for TrackingGeometry rather than forward declaring it
      if we're using it with conditions handles.  Otherwise,
      CondCont<Trk::TrackingGeometry> is defined inconsistently,
      leading to a ODR violation
      392dee27
  11. Sep 06, 2022
  12. Sep 03, 2022
  13. Sep 01, 2022
  14. Aug 29, 2022
    • Christos Anastopoulos's avatar
      TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make... · 1a544028
      Christos Anastopoulos authored and Frank Winklmeier's avatar Frank Winklmeier committed
      TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders
      
      TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders
      1a544028
    • Tadej Novak's avatar
      7d2f5bd9
    • Christos Anastopoulos's avatar
      Clean up TrackingVolumes un-needlessy declared as const · 079eb4f6
      Christos Anastopoulos authored and Frank Winklmeier's avatar Frank Winklmeier committed
      In various places we were declaring TrackingVolumes as const, and then we were manipulating them later on in the call chain.
      
      We do no need to create new Tracking Volumes as const as a starting point. Especially if the next step is manipulate/fill them by passing them to relevant tools ....
      
      So the proper idea seems to be (done in other MT related migrations) :
      
      * Let's create them as non-const
      * manipulate/ add to them/ glue them together,
      * when we are done access them later on `as const` via proper `const correct` interfaces.
      
      This MR is step 0, the basic prequisite for cleaning up of all the helpers/processors etc etc. It avoids a few `const_cast` and marks back some methods as `THREAD_SAFE` already.
      079eb4f6
  15. Aug 24, 2022
  16. Aug 22, 2022
  17. Aug 15, 2022
  18. Jul 26, 2022
  19. Jul 22, 2022
  20. Jul 21, 2022
    • Walter Lampl's avatar
      Merge branch 'deps-tg.TrkDetDescrInterfaces-20220720' into 'master' · 90fcf027
      Walter Lampl authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      TrkDetDescrInterfaces, etc: Propagate TrackingGeometry conditions dependencies.
      
      See merge request atlas/athena!55294
      
      (cherry picked from commit af3912e6)
      
      47c9bc07 TrkDetDescrInterfaces: Propagate TrackingGeometry conditions dependencies.
      df11e625 CaloTrackingGeometry: Propagate TrackingGeometry conditions dependencies.
      ca1fc204 HGTD_TrackingGeometry: Propagate TrackingGeometry conditions dependencies.
      fccdb7e3 InDetTrackingGeometry: Propagate TrackingGeometry conditions dependencies.
      05be8815 MuonTrackingGeometry: Propagate TrackingGeometry conditions dependencies.
      39ca9e8e TrkDetDescrTools: Propagate TrackingGeometry conditions dependencies.
      3a5353e2 TrackingGeometryCondAlg: Propagate TrackingGeometry conditions dependencies.
      90fcf027
    • Scott Snyder's avatar
      TrkDetDescrInterfaces, etc: Propagate TrackingGeometry conditions dependencies. · 588de6ae
      Scott Snyder authored and Walter Lampl's avatar Walter Lampl committed
      TrkDetDescrInterfaces: Propagate TrackingGeometry conditions dependencies.
      
      Update TrackingGeometry conditions builder interfaces to pass around
      a WriteCondHandle rather than ranges, and call addDependency on the handle
      rather than explicitly intersecting ranges.  This allows the
      conditions container to collect dependency information as well
      as computing the IOV ranges.
      
      Also change to returning unique_ptr where it makes sense.
      
      See ATLASRECTS-7087.
      588de6ae
  21. Jul 18, 2022
  22. Jun 22, 2022
  23. Jun 17, 2022
  24. Jun 15, 2022
  25. May 23, 2022
  26. May 19, 2022
  27. May 18, 2022
  28. May 06, 2022
  29. May 05, 2022
  30. May 03, 2022
Loading