- Aug 17, 2020
-
-
Edward Moyse authored
GSF tidy up a bit the caches See merge request atlas/athena!35594
-
Edward Moyse authored
Remove documentation particles from truth record See merge request atlas/athena!35640
-
Edward Moyse authored
MuonPrepData: noexcept_moveable for vector optimization See merge request atlas/athena!35580
-
- Aug 16, 2020
-
-
sutt authored
-
sutt authored
-
sutt authored
-
Vakhtang Tsulaia authored
update tests for changes to TagInfoMgr output See merge request atlas/athena!35464
-
- Aug 15, 2020
-
-
Vakhtang Tsulaia authored
MuonCombinedBaseTools: Fix clang warning. See merge request atlas/athena!35598
-
Vakhtang Tsulaia authored
TrkVertexFitterUtils: Fix clang warning. See merge request atlas/athena!35572
-
Vakhtang Tsulaia authored
TrigConfigSvc: Fix clang wanrnings. See merge request atlas/athena!35597
-
Vakhtang Tsulaia authored
TrigTauHypo: cmake fix See merge request atlas/athena!35599
-
Vakhtang Tsulaia authored
TrigInDetAccelerationService: Fix warning. See merge request atlas/athena!35601
-
Vakhtang Tsulaia authored
SGTools: Add benchmarking code for DataProxy casting. See merge request atlas/athena!35625
-
Vakhtang Tsulaia authored
TrigHIRec+InDetVKalVxInJetTool+TrigTauMonitoring: Fix clang warnings. See merge request atlas/athena!35626
-
Vakhtang Tsulaia authored
TrigBjetHypo: cmake fix See merge request atlas/athena!35600
-
Vakhtang Tsulaia authored
InDetTrigVxSecondary: cmake fix See merge request atlas/athena!35629
-
- Aug 14, 2020
-
-
R D Schaffer authored
-
Vakhtang Tsulaia authored
Add digitizationRunArgsToFlags helper function See merge request atlas/athena!35616
-
Vakhtang Tsulaia authored
Remove now-unused AthRegSeq See merge request atlas/athena!35299
-
Vakhtang Tsulaia authored
update Gaudi to v34r0.003 See merge request atlas/athena!35488
-
-
scott snyder authored
Library dependency fix.
-
Vakhtang Tsulaia authored
Update tau monitoring code See merge request atlas/athena!35525
-
-
scott snyder authored
Spurious copy in range-based for.
-
scott snyder authored
Unused private class data members.
-
scott snyder authored
Unused private class data member.
-
Vakhtang Tsulaia authored
MaterialEffectUpdator: Avoid aliasing of input to output, always return a new ptr See merge request atlas/athena!35528
-
Vakhtang Tsulaia authored
Add CaloMuonScoreTool to new configuration See merge request atlas/athena!35609
-
Vakhtang Tsulaia authored
ATR-21896 : Add back vertex building even when no conversions See merge request atlas/athena!35612
-
Vakhtang Tsulaia authored
PixelCablingCondAlg.cxx: use writeHandle.addDependency See merge request atlas/athena!35547
-
-
Vakhtang Tsulaia authored
Manual sweep of '21.2-MSTsmallCleanup' into 'master' See merge request atlas/athena!35575
-
Vakhtang Tsulaia authored
Remove const_cast from MuonSegmentRegionRecoveryTool Closes ATLASRECTS-5250 See merge request atlas/athena!35576
-
As the track passed into the tool is always non-const, there was no reason for the tracks that are being passed around inside the tool, or the MuonRefitTool that it calls, to be const. The const_casts compensated for this not-really-constness: removing it means that they can be removed as well. Additionally, I took advantage of this change to switch to using unique_ptr for the tracks, and did some minor cleanup in the MuonRefitTool.
-
Vakhtang Tsulaia authored
Remove obsolete NtupleProductionFlags (ATR-21892) See merge request atlas/athena!35581
-
scott snyder authored
Add to DataProxy_test an option to time casting operations.
-
Vakhtang Tsulaia authored
Fix undefined function L1Board::type See merge request atlas/athena!35586
-
Vakhtang Tsulaia authored
Write out the Muon Iso RoiDescriptors See merge request atlas/athena!35589
-
Tadej Novak authored
-