Skip to content
Snippets Groups Projects
  1. Nov 24, 2021
  2. Jun 18, 2021
  3. May 09, 2021
  4. Jan 22, 2021
  5. Dec 21, 2020
  6. Nov 10, 2020
  7. Nov 06, 2020
  8. Oct 07, 2020
  9. Aug 04, 2020
  10. Jun 02, 2020
  11. May 21, 2020
  12. May 14, 2020
  13. Mar 25, 2020
  14. Jan 18, 2020
  15. Nov 18, 2019
  16. Oct 03, 2019
  17. 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
  18. Aug 01, 2019
  19. Jul 13, 2019
  20. May 28, 2019
    • William Axel Leight's avatar
      Fix for muon standalone running · 1aa1ff12
      William Axel Leight authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Changes to the ParticleCaloExtensionTool configuration broke muon standalone running: this allows it to run again by configuring MCTruthClassifier to not use that tool.
      (It shouldn't be necessary for this purpose so it should be safe to remove it.)
      1aa1ff12
  21. May 09, 2019
  22. Apr 29, 2019
  23. Nov 02, 2018
  24. Oct 15, 2018
    • Will Leight's avatar
      Muon truth fixes, mostly NSW related · b373d3fa
      Will Leight authored
      Neither the MuonTrackTruthTool nor the MuonDetailedTrackTruthMaker were using NSW truth hits.
      For the MuonDetailedTrackTruthMaker, an NSW flag was added to determine whether to load the NSW hits or the CSC hits.
      For the MuonTrackTruthTool, it proved easier (and more compatible with the new framework) to move the retrieval of objects from SG to the algorithms calling it.
      Thus the MuonTrackPerformanceAlg and MuonSegmentTruthAssociationAlg now retrieve the necessary collections, using an NSW flag to determine what hits to load.
      The MuonTrackTruthTool and its interfaces are also updated accordingly.
      Finallly, the configuration of the algorithms is adjusted to ensure that the NSW flag is set correctly.
      
      
      Former-commit-id: a45c3847f59fac1fc2473745b112613c649219f6
      b373d3fa
  25. Feb 09, 2018
  26. Jan 26, 2018
    • Will Leight's avatar
      Make muon truth algs barcode-independent · 5be948e1
      Will Leight authored
      This fix ensures that barcode shifts for the MuonTruthDecorationAlg, MuonTruthAssociationAlg, and MuonSegmentTruthAssociationAlg are correctly set in the configuration.
      This resolves some of the muon issues reported in the validation of the MC18 truth strategy (see ATLPHYSVAL-553 for more details), owing to that strategy using different barcode shifts.
      It also helps to address longstanding problems with muon truth matching not being barcode-independent (see ATLASRECTS-2962 for more details).
      This manual sweep resolves conflicts in the original sweep from 21.0 to master.
      
      
      Former-commit-id: 8450ad17
      5be948e1
  27. Oct 10, 2015
    • Edward Moyse's avatar
      'Disable MS vertexing when MS standalone reco is disabled.' (MuonRecExample-03-00-03) · d2e1a90a
      Edward Moyse authored
      	* Disable MS vertexing when MS standalone reco is disabled.
      	* tagging MuonRecExample-03-00-03
      
      2015-09-25 Edward.Moyse@cern.ch
      	* doMSVertex is True by default in MuonRec
      	* tagging MuonRecExample-03-00-02
      
      2015-08-25 Niels van Eldik
      	* disable MDT segment finding in NCB segment finder
      	* fix bug in configuration of Hough transform for collisions
      	* tagging MuonRecExample-03-00-01
      
      2015-08-21 Edward.Moyse@cern.ch
      	* Fix for MuonRec_myTopOptions.py - remove reference to removed file
      
      2015-08-19 Edward.Moyse@cern.ch
              * Merged back changes from devbranches/MuonRecExample-NCB
      
      2015-08-12 Niels van Eldik
      	* major clean-up of the configuration
      ...
      (Long ChangeLog diff - truncated)
      d2e1a90a
  28. Jan 19, 2015
    • Andrea Coccaro's avatar
      fix for saving the MS vertex output in xAOD (MuonRecExample-02-05-79) · fcd78cde
      Andrea Coccaro authored
      	* fix for saving the MS vertex output in xAOD
      	* tagging MuonRecExample-02-05-79
      
      2014-12-17 Andrea Coccaro <Andrea.Coccaro AT cern.ch
      	* setting the doMSVertex flag to True only when needed
      	* tagging MuonRecExample-02-05-78
      
      2014-12-10  Massimiliano Bellomo  <massimiliano.bellomo@cern.ch>
      	* python/MuonRecTools.py fix in MuonParticleCreatorTool to use new perigee expression option. Now set to "Origin".
      	* tagging MuonRecExample-02-05-77
      
      2014-12-04  Massimiliano Bellomo  <massimiliano.bellomo@cern.ch>
      	* MuonRecOutputItemList_jobOptions.py renaming of xAOD::PrepRawData to xAOD::TrackMeasurementValidation
      	* tagging MuonRecExample-02-05-76
      
      2014-12-01 Niels van Eldik
      	* small fix
      	* tagging MuonRecExample-02-05-75
      
      2014-12-01 Niels van Eldik
      ...
      (Long ChangeLog diff - truncated)
      fcd78cde
  29. Sep 19, 2014
Loading