- Jul 04, 2019
-
-
Adam Edward Barton authored
athenaHLT: Add option to specify HLT result size See merge request atlas/athena!24603
-
Add command line option `--hltresult-size` to set the maximum allowed HLT result size before truncation occurs (ADHI-4721).
-
Adam Edward Barton authored
-
- Jul 03, 2019
-
-
Adam Edward Barton authored
RadiationMapsMaker: manual port of latest 21.0 additions to master (Time-dependent TID-maps) See merge request atlas/athena!24601
-
Adam Edward Barton authored
Added Monitoring for SpacePoint See merge request atlas/athena!24606
-
Adam Edward Barton authored
Add PixelHitDiscCnfgData for transient BS ExtraInputs Closes ATR-19989 See merge request atlas/athena!24609
-
Adam Edward Barton authored
Add trimmed jet triggers See merge request atlas/athena!24558
-
-
Adam Edward Barton authored
Make ITrkDistanceFinder interfaces const. See merge request atlas/athena!24593
-
Rework ITrkDistanceFinder so that the interfaces become const, and the tools no longer store event-dependent information. CalculateMinimumDistance() changes to return the found points directly, rather than having it done through a separate call. Working to make vertex seed finding const.
-
Adam Edward Barton authored
Trigger ART tests: clean up art-output and art-include See merge request atlas/athena!24573
-
-
Rafal Bielski authored
-
Adam Edward Barton authored
Unit test for Run 3 EDM See merge request atlas/athena!24581
-
-
Adam Edward Barton authored
LumiBlockComps: Remove TrigLivefractionTool. See merge request atlas/athena!24589
-
Adam Edward Barton authored
TriggerRelease: Configure LuminosityCondAlg instead of LuminosityTool. See merge request atlas/athena!24594
-
Adam Edward Barton authored
TrigTauMonitoring: Get lumi information from base class, not lumi tool. See merge request atlas/athena!24599
-
Adam Edward Barton authored
TrigEgammaEmulationTool: Remove references to LuminosityTool. See merge request atlas/athena!24595
-
Adam Edward Barton authored
TrigMultiVarHypo: Configure LuminosityCondAlg instead of LuminosityTool. See merge request atlas/athena!24597
-
Adam Edward Barton authored
PhysicsElementLinks: SGTools -> AthenaKernel See merge request atlas/athena!24590
-
Som authored
-
Adam Edward Barton authored
use BeamSpotData instead of BeamSpotSvc in egammaTrkRefitter : ATLASRECTS-5016 See merge request atlas/athena!24569
-
-
Adam Edward Barton authored
Sweeping !24550 from 21.0 to master. Fixed High Voltage Settings in Pixel Radiation Damage See merge request atlas/athena!24592
-
Adam Edward Barton authored
Sweeping !24522 from 21.0 to master. Adding IQE plots to Egamma ART tests See merge request atlas/athena!24591
-
Adam Edward Barton authored
MuonHough: Avoid use-after-free error. See merge request atlas/athena!24587
-
A MuonLayerHough::Maximum object has a pointer to a MuonLayerHough object. The latter lives in a temporary State object. The Maximum objects, however, can end up being entered in a vector and recorded in SG. In such a case, the State objects can then be deleted. leaving dangling pointers in the Maximum objects. This has not been observed to cause crashes; instead, it just occasionally gives wrong results.
-
Adam Edward Barton authored
Offline Naming Convention See merge request atlas/athena!24564
-
-
Adam Edward Barton authored
AthenaMonitoring: Fix histogram ownership. See merge request atlas/athena!24588
-
Adam Edward Barton authored
Improvements in Trigger ART exec scripts See merge request atlas/athena!24566
-
-
Adam Edward Barton authored
CaloCellDetPos: Change static to static const See merge request atlas/athena!24568
-
Adam Edward Barton authored
Protection against empty PRD containers for MuonInsideOutRecoTool Closes ATR-19975 See merge request atlas/athena!24575
-
Adam Edward Barton authored
Change from std::list to std::vector for the MultiComponent implementation See merge request atlas/athena!24586
-
-
Adam Edward Barton authored
Check from Type==stable instead of BuildStamp See merge request atlas/athena!24582
-
Sven Menke authored
-
scott snyder authored
We were using LuminosityTool directly to find luminosity information. However, the same information is available via methods of the monitoring base class, and we want to move towards retiring LuminosityTool in favor of conditions algorithms. So use the base class methods rather than the tool.
-