- Aug 12, 2019
-
-
Miha Muskinja authored
-
Walter Lampl authored
Cleanup unneeded options in muon EV creator See merge request atlas/athena!25797
-
Walter Lampl authored
Fix for ATLASSIM-4279 Closes ATLASSIM-4279 See merge request atlas/athena!25795
-
Brackets got accidentally switched around in a previous MR, causing a WARNING message to be printed when the status was good instead of when it was bad.
-
Walter Lampl authored
Pick correct XML, overwrite unnumbered xml Closes ATR-20155 See merge request atlas/athena!25794
-
-
Walter Lampl authored
fix missing imports, cleanup of InDetTrigCommonTools It fixes ATR-20156 Closes ATR-20156 See merge request atlas/athena!25791
-
Walter Lampl authored
Add Memory Monitoring feature for serial steps to PerfMonMT as part of GSoC work See merge request atlas/athena!25790
-
-
Walter Lampl authored
ATLAS_CHECK_THREAD_SAFETY for TrkExUtils See merge request atlas/athena!25789
-
Walter Lampl authored
LayerMaterialRecord Remove seemingly un-needed mutable See merge request atlas/athena!25787
-
Walter Lampl authored
Use std::array of std::atomic instead of std::vector with std::mutex in MooCandidateMatchingTool. See merge request atlas/athena!25786
-
-
Walter Lampl authored
Use CachedUniquePtr in Trk::AlignTrack See merge request atlas/athena!25785
-
-
Walter Lampl authored
Use atomic for counters in MuonSegmentTagTool See merge request atlas/athena!25783
-
-
Walter Lampl authored
Remove const_cast in BTagSecVertexing. See merge request atlas/athena!25780
-
-
Walter Lampl authored
Add mutex guard for mutable TF1's of CscCalibTool See merge request atlas/athena!25773
-
-
Walter Lampl authored
Algorithm for LAr ByteStream reading See merge request atlas/athena!25404
-
Walter Lampl authored
TrkFitterUtils , add ATLAS_CHECK_THREAD_SAFETY See merge request atlas/athena!25769
-
-
Savanna Shaw authored
Removing the creation of the full scan RoI, as we now use the FS roi from L1. This means the FS MS finding can use the general EV creator. Removing the LinkToParent option as this is now handled by the RequireParentView option in the general EV creator.
-
Walter Lampl authored
Try to remove mutable from Material Properties See merge request atlas/athena!25768
-
Walter Lampl authored
ATLASRECTS-5051 Part II See merge request atlas/athena!25765
-
-
Walter Lampl authored
Add cells independently for barrel and endcap to improve crack performance See merge request atlas/athena!25758
-
Walter Lampl authored
CaloExtensionHelpers : add const to LayersToSelect See merge request atlas/athena!25784
-
Walter Lampl authored
TrigObjectMatching: Make cached event data slot-specific. See merge request atlas/athena!25751
-
Walter Lampl authored
TrkVKalVrtCore, TrkVKalVrtFitter: Working to make IVertexFitter const. See merge request atlas/athena!25748
-
Making TrkVKalVertexFitter const by moving mutable members into a separate state object that we pass around. In this patch, we extend the interfaces of internal methods to pass the state object around where needed. Also remove the temporary defaults for the state object on the public interfaces.
-
Walter Lampl authored
IUpdator returns new TrkParameters , typically owned by the caller. So there is not need for them to be const See merge request atlas/athena!25745
-
IUpdator returns new TrkParameters , typically owned by the caller. So they are is not need for them to be const
-
Walter Lampl authored
Try to remove seemingly unneeded mutable from TrkGeometry/MaterialLayer.h See merge request atlas/athena!25767
-
Walter Lampl authored
Add a general 'ExtraParticle' package to add G4 particles from the PDGTABLE See merge request atlas/athena!25476
-
-
Walter Lampl authored
Cleaning LArConditionsTest See merge request atlas/athena!25728
-
-