- Aug 14, 2020
-
-
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
-
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
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Nicolas Köhler authored
-
Magnar Kopangen Bugge authored
-
Vakhtang Tsulaia authored
Overlap Removal for L2StandAloneMuon and L2CombinedMuon in TrigMuonHypoMT See merge request atlas/athena!34982
-
Vakhtang Tsulaia authored
Migrate GlobalChi2Fitter to in-class Gaudi properties See merge request atlas/athena!35540
-
Vakhtang Tsulaia authored
Adding TruthMatching histogram to RDOAnalysis See merge request atlas/athena!35578
-
Vakhtang Tsulaia authored
add dual-use WriteHandle+WriteHandleKey to AnalysisBase See merge request atlas/athena!35557
-
- Aug 13, 2020
-
-
Vakhtang Tsulaia authored
Introduce ACTS vertexing configuration and primary vertexing reentrant algorithm See merge request atlas/athena!35354
-
Vakhtang Tsulaia authored
add truth to truth tracks when running ideal pseudotracking See merge request atlas/athena!35502
-
Vakhtang Tsulaia authored
L1 menu user improvements See merge request atlas/athena!35521
-
-
Vakhtang Tsulaia authored
TrigValidation: Move PhysValWebStep from CheckSteps to TrigAnalysisSteps, improve configuration and error reporting See merge request atlas/athena!35542
-
Vakhtang Tsulaia authored
Trigger ART tests: Use ConfigFlags instead of TriggerFlags for triggerMenuSetup Closes ATR-21843 See merge request atlas/athena!35550
-
Vakhtang Tsulaia authored
Update debug message in MuonFilterAlg to be more useful See merge request atlas/athena!35553
-
Vakhtang Tsulaia authored
Get AOD->HIST working again See merge request atlas/athena!35555
-
Vakhtang Tsulaia authored
Add MultiComponentState DataVector and put back dict See merge request atlas/athena!35562
-
Vakhtang Tsulaia authored
Move some properties to new Gaudi style , make the m_StoreMCSOS default true... See merge request atlas/athena!35565
-
Vakhtang Tsulaia authored
Remove old pre Rel21 Builder , simpifies also configs See merge request atlas/athena!35566
-
Vakhtang Tsulaia authored
INavigator: Pass EventContext as argument See merge request atlas/athena!35574
-
Vakhtang Tsulaia authored
AthenaServices: Make sure the lossy float compression settings are in sane limits See merge request atlas/athena!35549
-
Vakhtang Tsulaia authored
ViewAlgs: Clang compile fix See merge request atlas/athena!35552
-
Vakhtang Tsulaia authored
disable failing unit test See merge request atlas/athena!35559
-
Vakhtang Tsulaia authored
Move more configuration to ConfigFlags See merge request atlas/athena!35543
-
Vakhtang Tsulaia authored
Fix ATLASRECTS-5605 with bounds check tool config Closes ATLASRECTS-5605 See merge request atlas/athena!35476
-
Vakhtang Tsulaia authored
Changes to TIDV ART jobs See merge request atlas/athena!35546
-
Vakhtang Tsulaia authored
Remove placeholder CF node See merge request atlas/athena!35548
-
Removed empty placeholder CF node. Fixed test for empty nodes in ModeOR since not all sequencers have ModeOR property
-
Vakhtang Tsulaia authored
Fixed unsupported value of argument of __import__ function (ATLASJT-412) See merge request atlas/athena!35527
-