- 31 Aug, 2017 13 commits
-
-
Peter van Gemmeren authored
Former-commit-id: 30eed811
-
Vakhtang Tsulaia authored
Additional fixes for AthenaMP SharedWriter shut down. See merge request !4315 Former-commit-id: 7435e4f3
-
Vakhtang Tsulaia authored
Two uninitialized member variables fixed (Coverity issue# 108731) See merge request !4302 Former-commit-id: f4973ffa
-
Vakhtang Tsulaia authored
METUtilities: Fix clang warning. See merge request !4312 Former-commit-id: 4aca2325
-
Vakhtang Tsulaia authored
Migrate MuonTruthAssociationAlg to use handles See merge request !4254 Former-commit-id: c3d48515
-
Vakhtang Tsulaia authored
Electron extrapolation fix See merge request !4270 Former-commit-id: 31cc7241
-
Vakhtang Tsulaia authored
FCS_StepInfoCollection naming fix ATLASSIM-3403 Closes ATLASSIM-3403 See merge request !4280 Former-commit-id: 0d40119d
-
Vakhtang Tsulaia authored
Sweeping !4217 from 21.0 to master. Add TruthMetaData to xAOD See merge request !4289 Former-commit-id: 8bfa0b75
-
Vakhtang Tsulaia authored
Sweeping !4173 from 21.0 to master. Set prescale of SCT AxAOD depending on streams See merge request !4290 Former-commit-id: 94a713d2
-
Vakhtang Tsulaia authored
Sweeping !4199 from 21.0 to master. On branch FTKupdate See merge request !4291 Former-commit-id: c3303ee4
-
Vakhtang Tsulaia authored
Sweeping !4135 from 21.0 to master. Implemented additions to the existing error handling mechanism of the Event Service. See merge request !4294 Former-commit-id: b21f77f8
-
Vakhtang Tsulaia authored
Sweeping !3949 from 21.0 to master. Clean up Tile warning messages (ATLASRECTS-3975) See merge request !4296 Former-commit-id: f84c0205
-
Vakhtang Tsulaia authored
Sweeping !4069 from 21.0 to master. Lw hist fix for ATLASRECTS-3819 See merge request !4297 Former-commit-id: f8093923
-
- 30 Aug, 2017 22 commits
-
-
Peter van Gemmeren authored
Former-commit-id: 86345a8e
-
Will Leight authored
Reset handle names in initialize() based on m_muonName, as before, to maintain compatibility with the existing configuration. Also added more information to the documentation strings for the handles. Former-commit-id: 89fea3df
-
Will Leight authored
Former-commit-id: 7b837f83
-
Scott Snyder authored
clang warning: self-assignment. (Deliberately left commented-out for symmetry.) Former-commit-id: f4032d96
-
Will Leight authored
Former-commit-id: 1fff10e3
-
Stewart Martin-Haugh authored
First attempt to run two chains in one step CF with EmuStepProcessingTest.py See merge request !3795 Former-commit-id: 9a24e08c
-
Jyoti Prakash Biswal authored
Coverity issue# 108731. Former-commit-id: 0faa2d05
-
Stewart Martin-Haugh authored
22.0 electron hypo alg and tools See merge request !4091 Former-commit-id: 9bb12a3b
-
Lw hist fix for ATLASRECTS-3819 See merge request !4069 Former-commit-id: 467dbdf7
-
Clean up Tile warning messages (ATLASRECTS-3975) See merge request !3949 Former-commit-id: f93009a7
-
Implemented additions to the existing error handling mechanism of the Event Service. See merge request !4135 Former-commit-id: d1f83337
-
On branch FTKupdate See merge request !4199 Former-commit-id: cd8be810
-
Set prescale of SCT AxAOD depending on streams See merge request !4173 Former-commit-id: 16f98b66
-
Add TruthMetaData to xAOD See merge request !4217 Former-commit-id: fd64fdf9
-
Vakhtang Tsulaia authored
External Cache for InDetPrepRawDataFormation classes See merge request !4041 Former-commit-id: cd2b1506
-
Vakhtang Tsulaia authored
Porting recent fixes from r21 to 'master' See merge request !4201 Former-commit-id: 91b38ae0
-
Vakhtang Tsulaia authored
This is part 2 of an "RDO reduction" campaign. See merge request !4218 Former-commit-id: 14a0d962
-
Vakhtang Tsulaia authored
TrigEgammaHypo: Using directive placement. See merge request !4244 Former-commit-id: e280e096
-
Vakhtang Tsulaia authored
Bringing TauAnalysisTools in master branch in sync with 21.2 branch See merge request !4252 Former-commit-id: 4f5f50fe
-
Vakhtang Tsulaia authored
Fix coverity warnings See merge request !4259 Former-commit-id: 1454b9e5
-
Vakhtang Tsulaia authored
Generator header interface cleanup See merge request !4260 Former-commit-id: 51e4c5a5
-
Vakhtang Tsulaia authored
Copy-paste error fixed (Coverity issue# 13478) See merge request !4262 Former-commit-id: 00ec6c38
-
- 29 Aug, 2017 5 commits
-
-
John Chapman authored
Drop the ZH prefix from the `FCS_StepInfoCollection` names. Former-commit-id: 8836f3e8
-
John Chapman authored
Rather than writing out both `ISF_FCS_Parametrization::FCS_StepInfoCollection_ZHEventSteps` and `ISF_FCS_Parametrization::FCS_StepInfoCollection_ZHMergedEventSteps` - only the latter should be written out. Former-commit-id: dc3f1a2e
-
John Chapman authored
Former-commit-id: bd9997b9
-
John Chapman authored
`G4Step` owns the pointers to the pre and post step point `G4StepPoints` objects and deletes any existing objects as part of the `G4Step::SetPreStepPoint(...)` and `G4Step::SetPostStepPoint(...)` calls. Therefore deleting those pointers just before causes a double-delete when the methods are called. This causes random crashes during the simulation job. Former-commit-id: 3bac0e99
-
John Chapman authored
Two missing `break` statements were causing the `m_detectormap` member variable to be filled incorrectly. It would be nicer to fill `m_detectormap` at the start of each job, rather than on-the-fly, but this would require a major re-write. Former-commit-id: c9886778
-