Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
  2. Nov 27, 2020
  3. Oct 06, 2020
  4. Oct 05, 2020
  5. Sep 02, 2020
  6. Aug 28, 2020
  7. Aug 25, 2020
  8. Aug 06, 2020
  9. Jul 17, 2020
  10. Jul 16, 2020
  11. Jun 25, 2020
  12. May 18, 2020
  13. May 04, 2020
    • John Chapman's avatar
      CMakeLists.txt tidying · cf3d9861
      John Chapman authored
      Add missing installed libraries for interfaces and adapt other packages to use
      interface libraries.
      cf3d9861
  14. Apr 29, 2020
  15. Apr 23, 2020
  16. Mar 18, 2020
  17. Mar 16, 2020
  18. Mar 06, 2020
  19. Jan 13, 2020
  20. Dec 17, 2019
  21. Nov 19, 2019
  22. Sep 12, 2019
  23. Aug 14, 2019
  24. Aug 12, 2019
  25. Aug 07, 2019
  26. Aug 05, 2019
  27. Aug 02, 2019
  28. Jul 11, 2019
  29. Jul 09, 2019
    • Benjamin Morgan's avatar
      Support building with Geant4 10.6 · ec19e9a9
      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.
      ec19e9a9
  30. Jun 04, 2019
    • Marilena Bandieramonte's avatar
      Fix thread-unsafety in Monopole code, G4mplEquationSetup class - Monopole MT ... · 437f266e
      Marilena Bandieramonte authored and Walter Lampl's avatar Walter Lampl committed
      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.
      437f266e
  31. May 30, 2019
  32. May 05, 2019
    • Zach Marshall's avatar
      RHadrons updates for stops and sbottoms in master · 05867eca
      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
      05867eca
Loading