- Jul 03, 2019
-
-
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
-
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
-
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.
-
scott snyder authored
Migrate from configuring LuminosityCondAlg to LuminosityTool.
-
scott snyder authored
Remove (unused) references to LuminosityTool.
-
scott snyder authored
Migrate from configuring LuminosityCondAlg to LuminosityTool.
-
Fixed High Voltage Settings in Pixel Radiation Damage See merge request atlas/athena!24550 (cherry picked from commit cf2eefaea7d08b2e84dbf80057d32f6f99b2e891) be7a9eef Fixed a few incorrect high voltage settings for the benchmarks. No changes to...
-
Adding IQE plots to Egamma ART tests See merge request atlas/athena!24522 (cherry picked from commit ae5d8426) 4ff4c893 Adding IQE plots to art tests
-
- Jul 02, 2019
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
scott snyder authored
Remove (now-unused) TrigLivefractionTool.
-
scott snyder authored
When we create a TEfficiency, make sure it's owned by the root ROOT directory. Otherwise, it can be owned by an open data file and thus deleted prematurely. See !24350.
-
Sara Alderweireldt authored
-
Adam Edward Barton authored
New deadmap format for RUN3 (ATLASRECTS-5014) See merge request atlas/athena!24519
-
-
Adam Edward Barton authored
Simplification of HLT CF and changes in TMMT for combined chains See merge request atlas/athena!24537
-
fixed seedSequences for empty first step; changed behaviour for combo chians: no filter is duplicated
-
Savanna Shaw authored
Since the trigger doesn't decode the full detector for every event, it is possible to have empty PRD containers. Adding a check to handle this possibility in the MuonInsideOutRecoTool. Fixes ATR-19975.
-
Adam Edward Barton authored
Conditions migration: PixelCabling, ReadoutSpeed, HitDiscCnfg (ATLASRECTS-4720) See merge request atlas/athena!24436
-