- Dec 03, 2020
-
-
- Dec 02, 2020
-
-
- Dec 01, 2020
-
-
-
-
John Chapman authored
As discussed in ATLASSIM-4948, FTFP_BERT_ATL is part of the Geant4 code-base in recent versions (10.2 onwards), so no need to have it defined in Athena too. No change in output observed.
-
-
- Nov 30, 2020
-
-
Frank Winklmeier authored
`doLVL2` and `doEF` were used during Run-1 to configure the two-level HLT. This has not been supported since a long time and was replaced by a single `doHLT` flag. Adjust relevant python fragments.
-
- Nov 27, 2020
-
-
-
-
Attempt to fix the CI failures.
-
- Nov 26, 2020
-
-
Frank Winklmeier authored
Cleanup cmake configuration, remove unused `XercesC` dependency and enable flake8.
-
-
Tadej Novak authored
-
Tadej Novak authored
Decorate zero pile-up values in case of no pile-up.
-
- Nov 25, 2020
-
-
Vakhtang Tsulaia authored
Cleanup includes: * Removing legacy scripts * Moving AthenaMP_EventService.py over to AthenaMP/python * Fixing CMakeLists.txt and a few client scripts
-
-
-
Frank Winklmeier authored
-
- Nov 24, 2020
-
-
John Chapman authored
-
-
-
- Nov 23, 2020
-
-
- Nov 21, 2020
-
-
Update Quasi-stable particle definition in GenParticleSimWhiteList See merge request atlas/athena!38036 (cherry picked from commit 1eac7cfc) 6b976577 Update Quasi-stable particle definition in GenParticleSimWhiteList to include...
-
- Nov 18, 2020
-
-
scott snyder authored
- Prefer preincrement to postincrement for user iterators.
-
-
New TFCSEnergyInterpolationPiecewiseLinear class for piecewise linear interpolation See merge request atlas/athena!38095 (cherry picked from commit c5918933) dd0cab83 New TFCSEnergyInterpolationPiecewiseLinear class for piecewise linear interpolation ffa9240b Made m_linInterpol direct class member 66fd9218 Made logEkin[] and response[] const
-
- Nov 17, 2020
-
-
John Chapman authored
Here we adapt the various clients of the `UserActionSvc` to create (in the case of `G4AtlasAlg`, `G4LegacyTransportTool` and `G4TransportTool`) `G4AtlasActionInitialization` or use it (`G4AtlasRunManager`, `G4AtlasUserWorkerThreadInitialization`, `G4AtlasWorkerRunManager`).
-
John Chapman authored
`G4AtlasActionInitialization` derives from `G4VUserActionInitialization`. Classes based on `G4VUserActionInitialization` are the recommended way of initializing `G4UserActions` in Geant4MT. Switching to this approach should make our Athena interface to Geant4 more standard. Currently the class just wraps calls to the `UserActionSvc`. Ideally `G4RunActions` would be initialized for the master thread also via the `BuildForMaster` call. This functionality was missing in the current implementation, so has not been added here in order to reproduce exactly the current behaviour. Adding it requires significant refactoring which is best handled in a separate merge request.
-
John Chapman authored
-
John Chapman authored
-
- Nov 16, 2020
-
-
Tadej Novak authored
-
- Nov 14, 2020
-
-
Tadej Novak authored
-
- Nov 10, 2020
-
-
Miha Muskinja authored
-
John Chapman authored
-
John Chapman authored
-
Frank Winklmeier authored
Update property reference for `test_MC16a_Digi_tf_configuration.py`. This is related to the type change of Read/WriteHandleKeys.
-
Frank Winklmeier authored
Update the list of expected set properties. This seems to be related to the DataHandle property type change in !36864, but it's not entirely clear why only these two properties are affected.
-
leggett authored
-
- Nov 09, 2020
-
-
Ben Wynne authored
Fixed the thread-association of the 2ndary action cache (and thread safety). Removed old slot-associated cache.
-