Skip to content
Snippets Groups Projects
  1. Apr 28, 2020
  2. Apr 09, 2020
  3. Feb 25, 2020
    • Savanna Shaw's avatar
      Adding MS track building to trigger new JO test · 8df85284
      Savanna Shaw authored
      Adding the track building for the muon trigger in the new JO test (ATR-20388):
      - cloned the offline flags to set muon trigger specific values, and added the track builder as part of the muon trigger reco sequence
      - migrated the tools in the muon seeded segment finder to be private
      - removed a few instances of 'addPublicTool' where we can use private tools
      - note that the region selector service used by the segment recovery is currently the default (which is correct at the moment), but this will probably need to be changed in the future, so keeping the property commented out for now.
      8df85284
  4. Feb 11, 2020
  5. Feb 04, 2020
  6. Jan 29, 2020
  7. Dec 19, 2019
  8. Dec 17, 2019
  9. Dec 09, 2019
  10. Nov 25, 2019
  11. Nov 20, 2019
  12. Nov 19, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python3 · 6388490e
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration
      to a pickle file. In python3 the output file needs to be explicitly opened in binary mode.
      I.e. ```f = open('configdump.pkl','wb')```
      rather than ```f = open('configdump.pkl','w')```
      6388490e
  13. Nov 14, 2019
    • Edward Moyse's avatar
      Many fixes for new configuration differences between old and new. · fed24753
      Edward Moyse authored
      Not complete yet, but after using comparePickledConfig.py there are a few real issues fixed, and some changes to make comparison easier.
      - use useAlignmentCorrections on by default
      - some missing configuration of tools e.g. CalibCscStripFitterCfg, MuonPhiHitSelector, MuPatHitToolCfg
      - some names changed to match old configuration
      - private tool configuration added to MooTrackFitterCfg
      fed24753
  14. Nov 12, 2019
  15. Nov 07, 2019
    • Edward Moyse's avatar
      Adding new argument to control whether cardinality is overridden or not. · 7e7da942
      Edward Moyse authored
      This new argument is off by default, because actually for initial tests it's okay if we cannot clone muon algorithms. So let's make the standard tests a bit easier.
      Also code cleanup:
      - changed message formatting to show slot/event
      - moved this into the args.run check (since for pickling it doesn't work)
      7e7da942
  16. Nov 06, 2019
  17. Nov 05, 2019
  18. Oct 28, 2019
  19. Oct 09, 2019
  20. Oct 03, 2019
  21. Oct 02, 2019
  22. Sep 27, 2019
    • Edward Moyse's avatar
      Ongoing effort to get Muon standalone working. Now added ability to set... · fe7a026a
      Edward Moyse authored and Walter Lampl's avatar Walter Lampl committed
      Ongoing effort to get Muon standalone working. Now added ability to set arguments, to be used in ART tests. Found some missing configuration which is now added. And a protection against a rare crash.
      
      Fixes for configutation of MooSegmentCombinationFinder to allow it to be overridden properly for NCB
      Added missing MuonChamberHoleRecoveryToolCfg for track building
      General fixes to make the concurrency configurable at runtime
      Added some args to allow new threaded tests to work
      Whitespace fixes, and also a protection against crashing for ATLASRECTS-5087 (real fix still under investigation).
      fe7a026a
  23. Sep 20, 2019
  24. Aug 28, 2019
    • William Axel Leight's avatar
      Make the MuonStationIntersectSvc more thread-safe · a9278773
      William Axel Leight authored and Frank Winklmeier's avatar Frank Winklmeier committed
      The service now uses the MdtCondDbData object created by the MdtCondDbAlg, rather than the MdtCondSummarySvc.
      The MdtIntersectGeometry objects are no longer cached in the service but created on the fly as needed, making the service much simpler.
      Mutable data members are removed or made local variables.
      The MdtCondDbData object and the MuonDetectorManager must now be passed in from outside: the clients of the service are adjusted accordingly.
      The MdtCondDbAlg must now run during muon reconstruction: the configuration is updated accordingly.
      a9278773
  25. Aug 27, 2019
Loading