- Aug 12, 2019
-
-
Miha Muskinja authored
-
-
- Aug 07, 2019
-
-
Miha Muskinja authored
-
- Aug 05, 2019
-
-
scott snyder authored
Unused parameters should simply not be named.
-
- Aug 02, 2019
-
-
Extra SM mesons See merge request atlas/athena!24567 (cherry picked from commit be0fa5a8cbf9086ce92fd2c77cfef13b27ef1a4c) 2dd0ce35 Implementation of basic vector D mesons
-
- Jul 11, 2019
-
-
John Chapman authored
-
- Jul 09, 2019
-
-
Benjamin Morgan authored
From version 10.6, Geant4 no longer exports G4MULTITHREADED in the compiler flags as "-DG4MULTITHREADED". This symbol must be the same between a build of Geant4 and any client application, so is instead exported into configuration header included in the commonn G4Types.hh header. Update components of Athena that rely on this symbol so that they explicitly #include G4Types.hh before using it. InnerDetector has a private dependency on Geant4 headers added so that it picks up the needed header path.
-
- Jun 04, 2019
-
-
Fix thread-unsafety in Monopole code, G4mplEquationSetup class - Monopole MT validation [ATLASSIM-4182] G4mplEquationSetup class was implemented as a singleton, so it was not thread-safe. This affected MT simulation - with more than 1 thread: the simulation was aborted for illegal values of energy, momentum and/or time. Added the #ifdef G4MULTITHREADED directive to handle the multithreaded case. One instance of the class will be created per each thread and stored in a tbb::concurrent_unordered_map that is hashed with the threadID number.
-
- May 30, 2019
-
-
Fixes to RHadron simulation See merge request atlas/athena!23714 (cherry picked from commit 7b0b7d9d3b14a85a553d171add99de1fa5d48f51) adf48c06 Fixes to RHadron simulation
-
- May 05, 2019
-
-
Zach Marshall authored
This merge request fixes two sets of problems. First, there were problems in the logic that assigned hadronic interactions to R-hadrons. The problem was essentially that one quark in the light quark system was ignored when calculating the R-hadron properties. This is (surprisingly) a quite good approximation as long as you aren't making extremely heavy R-hadrons, and as long as you don't have stop or sbottom R-mesons, where there is only one light quark in the R-hadron. That's fixed, the list of R-hadron interactions has changed somewhat, and the results change a little bit. Second, we needed a few minor adjustments to get stop and sbottom R-hadron simulation working. That should all be done. Validation plots have been made and everything. This MR gets master back in sync with 21.0 following !23144
-
- Apr 22, 2019
-
-
Updates to R-Hadron simulation for stable particles See merge request atlas/athena!22260 (cherry picked from commit 14eab4a8) b7ae9c40 Updates to R-Hadron simulation for stable particles 64573c26 Fixing a typo
-
- Mar 28, 2019
-
-
Update to RHadron Mass Spectrum for Spin Issue See merge request atlas/athena!22146 (cherry picked from commit bbe2fe5def1f96f467bf684069a2b3dbdab929dd) a66449be Update to RHadron Mass Spectrum for Spin Issue
-
- Mar 20, 2019
-
-
Zach Marshall authored
-
Zach Marshall authored
-
- Mar 19, 2019
-
-
Zach Marshall authored
-
Zach Marshall authored
-
Zach Marshall authored
-
Zach Marshall authored
-
- Mar 06, 2019
-
-
John Chapman authored
* Add ATLAS_CHECK_THREAD_SAFETY to G4ScoringProcess package * https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/CheckerGccPlugins
-
John Chapman authored
* Add ATLAS_CHECK_THREAD_SAFETY to G4HitFilter package * https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/CheckerGccPlugins
-
John Chapman authored
* Add ATLAS_CHECK_THREAD_SAFETY to G4CosmicFilter package * https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/CheckerGccPlugins * Drop thread-unsafe mutable StoreGateSvc members from `G4CosmicAndFilter`, `G4CosmicFilter` and `G4CosmicOrFilter` * Replace usage of `CxxUtils::make_unique` with `std::make_unique`.
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
by switching to geant4.10.4.patch02.atlasmt01 Former-commit-id: 4aa1cd51
-
- Jul 09, 2018
- Mar 29, 2018
-
-
John Chapman authored
The old `IG4EventActionTool`, `IG4RunActionTool`, `IG4StackingActionTool`, `IG4SteppingActionTool` and `IG4TrackingActionTool` have been completely replaced by the `IUserActionTool` interface, so can be safely removed from the repository. This should complete the changes for ATLASSIM-3380. Former-commit-id: 9ce215c9
-
- Mar 07, 2018
-
-
Updating slepton configuration to allow more general application See merge request atlas/athena!9279 (cherry picked from commit 3dbc7046 [formerly ecf03ffee16b605c0f8f8334b4fb2f3cca103d00]) 349ba86f Updating slepton configuration to allow more general application 2852c731 Updating slepton configuration to allow more general application a98ff12a Merge branch '21.0-sleptonsLLP' of https://gitlab.cern.ch:8443/ekuwertz/athena… 5d5ed5df Removing/improving comments, removing unused function, addressing comments from MR. Former-commit-id: 8b916684
-
- Feb 13, 2018
-
-
John Chapman authored
Now that all ATLAS `G4UserAction` Tools have been migrated to the `UserActionToolBase` base class. The calls to add optional user actions to the job configuration can be further simplified. See ATLASSIM-3569. Former-commit-id: 5a4157d5258283c35b0d9b7b357086cd80fb9e3c
-
- Feb 12, 2018
-
-
John Chapman authored
Migrate `G4UA::G4HitFilterTool` configuration to use `simFlags.OptionalUserActionList`. See ATLASSIM-3569. Former-commit-id: c6e524ba
-
- Feb 02, 2018
-
-
Steven Andrew Farrell authored
Former-commit-id: 073dfe22
-
Steven Andrew Farrell authored
Former-commit-id: 1829cc19
-
scott snyder authored
Private data members should start with m_ or s_. Former-commit-id: 4037fd93
-
- Feb 01, 2018
-
-
scott snyder authored
Private data members should start with m_. Former-commit-id: 0141c9a7
-
scott snyder authored
Private data members should start with m_. Former-commit-id: 267c6b0a
-
scott snyder authored
Private static data members should start with s_. Former-commit-id: 7207c79c
-
- Jan 26, 2018
-
-
James Beacham authored
Getting step 1 of stopped particle simulation working See merge request atlas/athena!8192 Former-commit-id: 5fe6e817
-
- Jan 19, 2018
-
-
Steven Andrew Farrell authored
Former-commit-id: 49f6fcbb
-
Steven Andrew Farrell authored
Former-commit-id: 76105128
-
Steven Andrew Farrell authored
Whitespace and formatting cleanup of SG_StepNtuple and SG_StepNtupleTool. Former-commit-id: 23504ec5
-
- Jan 17, 2018
-
-
Steven Andrew Farrell authored
Former-commit-id: eac7c67d
-
Steven Andrew Farrell authored
Former-commit-id: d12c9663
-
Steven Andrew Farrell authored
Whitespace, formatting, range-based for loop, removing unused members, documentation. Former-commit-id: 46ad08f5
-