- Apr 08, 2019
-
-
Remove mutable cache in LArFebConfig --- it can't really be making any significant difference. But add a method to retrieve both upper and lower thresholds in one go. Thus can also remove the locking. Convert the map to an unordered_map. Add a method to fill the map, allowing the removal of the friend declaration.
-
Adam Edward Barton authored
TrigParticle: Fix gcc9 warnings. See merge request atlas/athena!22468
-
Adam Edward Barton authored
CaloClusterCorrection: Tool dependency workaround. See merge request atlas/athena!22467
-
Adam Edward Barton authored
TrigCaloRec: Change TrigCaloClusterMakerMT to use ToolHandleArray. See merge request atlas/athena!22415
-
Adam Edward Barton authored
Bug fix in CostMon for > 1 thread See merge request atlas/athena!22445
-
Adam Edward Barton authored
fixing bug where the caloTrigScale was inverted from the desired... See merge request atlas/athena!22449
-
Adam Edward Barton authored
Met monitoring update from 21.3 See merge request atlas/athena!22416
-
-
Adam Edward Barton authored
IOVDbSvc: Bugfix for cache clearing. See merge request atlas/athena!22417
-
Adam Edward Barton authored
SCT_CalibAlgs: const fix. See merge request atlas/athena!22469
-
Adam Edward Barton authored
AthenaMonitoring: Const fixes. See merge request atlas/athena!22470
-
Stewart Martin-Haugh authored
Mainly ensure that state is not accumulated during calls to hypo tool decide() See merge request atlas/athena!22191
-
While the hypo tools are set up by a call to TrigHLTJetHypoConfig.trigJetHypoToolFromName() only a few chains are supported. The situation will change when TrigHLTJetHypoConfig.trigJetHypoToolFromDict() is called Menus have been limited to HLT_j85 and HLT_j45 for this reason: Trigger/TrigValidation/TrigUpgradeTest/share/jet.menu.py Trigger/TrigValidation/TrigUpgradeTest/share/jetMenu.ref Trigger/TrigValidation/TrigUpgradeTest/share/simpleJetJob.py Failing monitoriung code for Caalorimeter (???) commented out Trigger/TrigValidation/TrigUpgradeTest/python/jetDefs.py The remaining changes are C++ and python configuration files for complex chains.
-
- Apr 07, 2019
-
-
scott snyder authored
Comply with ToolHandle constness rules.
-
scott snyder authored
SCTCalib::writeModuleListToCool can't be const because it calls the non-const tool method m_pCalibWriteTool->wrapUpNoisyChannel().
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
Walter Lampl authored
Adapt to acts 0.8.2 See merge request atlas/athena!22122
-
Walter Lampl authored
Partial event building based on RoIs See merge request atlas/athena!22347
-
-
Walter Lampl authored
Remove references to ByteStreamAddressL1R from TrigT1ResultByteStream See merge request atlas/athena!22200
-
Add a few small code improvements in RoIBResultByteStreamTool and converters Deprecate the template createObj methods
-
Walter Lampl authored
In EL remapping in TC decorate with updated links instead of creating TC copies See merge request atlas/athena!22102
-
-
scott snyder authored
The cluster correction tools often get built dynamically from descriptions in the conditions database. However, data dependencies do not get propagated in that case. For now, hardcode a needed dependency in CaloRunClusterCorrections. Needed to fix a crash running calo system reconstruction as MT.
-
- Apr 06, 2019
-
-
Stewart Martin-Haugh authored
Fix log names See merge request atlas/athena!22456
-
Walter Lampl authored
AthenaCommon: Fix python indentation error in unit test. See merge request atlas/athena!22353
-
Walter Lampl authored
Fix: line commented by mistake See merge request atlas/athena!22442
-
Walter Lampl authored
make plots for pions separately and increased resolution for 2D plots See merge request atlas/athena!22435
-
Stewart Martin-Haugh authored
-
Walter Lampl authored
update Gaudi to v31r0.003 See merge request atlas/athena!22199
-
This reverts commit cf52856fb892ddc3f4ee6370a97710f004f504ce.
-
- Apr 05, 2019
-
-
Walter Lampl authored
Add HypoBase alg summary printing function See merge request atlas/athena!22437
-
Walter Lampl authored
added IdDictMuonSpectrometer files for both symmetric and asymmetric NSW detector layouts See merge request atlas/athena!22430
-
-
Walter Lampl authored
Pseudomerge of TrigEDMConfig from rel 21 to master See merge request atlas/athena!22436
-
Walter Lampl authored
trig-art-parser: Check that logfile exists See merge request atlas/athena!22434
-
Walter Lampl authored
TrigEgammaEmulationTool: Fix clang warnings. See merge request atlas/athena!22427
-
Walter Lampl authored
VxTrackVertex noexcept, atomic tweak See merge request atlas/athena!22429
-
-
Walter Lampl authored
Fix L1Topo crash in boundary cases See merge request atlas/athena!22403
-