- Nov 24, 2021
-
-
- Jun 18, 2021
-
-
- May 09, 2021
-
-
MuonTrackPerformance - reindendation & MuonTruthAlgs: Reject creation of TruthSegements from LF muons only
-
- Jan 22, 2021
-
-
The final MuonSegmentContainer is now produced in the MuonCreatorAlg, so in serial mode the MuonSegmentTruthAssociationAlg has to run after that. This fix just moves the configuration of the algorithm to ensure that this is the case.
-
- Dec 21, 2020
-
-
Edward Moyse authored
These only made sense in the separate MuonCalibConfig.py. Remove them from here. Fixes ATLASRECTS-5848.
-
Edward Moyse authored
This reverts commit 4f37164b
-
Edward Moyse authored
These only made sense in the separate MuonCalibConfig.py. Remove them from here. Fixes ATLASRECTS-5848.
-
- Nov 10, 2020
-
-
Nicolas Köhler authored
-
- Nov 06, 2020
-
-
Angelos Tsiamis authored
-
Angelos Tsiamis authored
Applied changes according to rlangenb/athena!2 (diffs) for MuonSegmentRegionRecoveryTool. TrackingGeometrySvc to CondAlg migration (ATLASRECTS-5694)
-
- Oct 07, 2020
-
-
I think the one in MuonRecExample can be removed, so this is my attempt to do that The functions were moved muon MuonCnvExample, into the MuonCalibConfig file there.
-
- Aug 04, 2020
-
-
- Jun 02, 2020
-
-
Nicolas Köhler authored
-
- May 21, 2020
-
-
- May 14, 2020
-
-
Nicolas Koehler authored
-
- Mar 25, 2020
-
-
Nicolas Köhler authored
-
John Derek Chapman authored
-
- Jan 18, 2020
-
-
scott snyder authored
- print function - relative module import - coerce iterator to list
-
- Nov 18, 2019
-
-
Nicolas Köhler authored
-
- Oct 03, 2019
-
-
- Aug 28, 2019
-
-
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.
-
- Aug 01, 2019
-
-
Constantin Heidegger authored
-
- Jul 13, 2019
-
-
Constantin Heidegger authored
-
- May 28, 2019
-
-
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.)
-
- May 09, 2019
-
-
Will Leight authored
If the NSW is being used, the MuonTruthDecorationAlg should include MM and sTGC SDOs.
-
- Apr 29, 2019
-
-
- Nov 02, 2018
-
-
Will Leight authored
Forgot to do this in previous MR !15011. Also adjusted the configuration accordingly. Former-commit-id: 73b3a87f
-
- Oct 15, 2018
-
-
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
-
- Feb 09, 2018
- Jan 26, 2018
-
-
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
-
- Oct 10, 2015
-
-
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)
-
- Jan 19, 2015
-
-
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)
-
- Sep 19, 2014
-
-
Niels Van Eldik authored
-