This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 11, 2025
-
-
main-coverity-G4AtlasTools
-
- Feb 06, 2025
-
-
Vakhtang Tsulaia authored
Switched the code fragments which deal with Pcon's and Pgon's to the updated API coming from GeoModel 6.9.0
-
- Feb 04, 2025
-
-
Tadej Novak authored
-
- Jan 31, 2025
-
-
Firdaus fastg4 mpt 24.0.68 v2 Firdaus fastg4 mpt 24.0.68 v2
-
- Dec 04, 2024
-
-
Switched to the new location of the throwExcept macro It leaves in GeoModelKernel as of 6.7.0
-
- Nov 29, 2024
-
-
Migrate classes using local definitions of SUSY Particles to use TruthUtils
-
- Nov 28, 2024
-
-
TrackWriteFastSim: bugfixes for StoppedParticleFastSim
-
- Oct 25, 2024
-
-
Frank Winklmeier authored
-
- Oct 24, 2024
-
-
Update MonopoleLooperKiller to only abort the event if a BSM particle is looping. (ATLASSIM-7310)
-
Add Sim.FastCalo.doEMECFCS flag and remove AbsEta and Ekin flags. They can be set via --postExec 'sim:cfg.getPublicTool(FastSimulationMasterTool).FastSimulations[FastCaloSim].EkinMax=9999;cfg.getPublicTool(FastSimulationMasterTool).FastSimulations[FastCaloSim].EkinMin=99;'
-
- Oct 22, 2024
-
-
Fixes for LooperKiller configuration in Monopole simulation jobs (ATLASSIM-7310)
-
- Oct 18, 2024
-
-
Merge branch 'FastIDKillerCfg_23.0' into '23.0' Add CA-based configuration for the FastIDKiller See merge request atlas/athena!70164
-
- Oct 15, 2024
-
-
Fix deprecated syntax in Geo2G4 package (ATEAM-1020)
-
- Oct 11, 2024
-
-
John Chapman authored
-
Implement Monopole PDG in AtlasPID
-
- Oct 10, 2024
-
-
John Chapman authored
-
- Oct 05, 2024
-
-
Frank Winklmeier authored
Use ServiceHandle for services and delete unnecessary Geo2G4SvcAccessor.
-
- Sep 11, 2024
-
-
John Chapman authored
Geo2G4SolidFactory: fix small memory leaks when creating G4Polycone and G4Polyhedra objects based-on GeoModel versions
-
- Aug 13, 2024
-
-
main-coverity-Geo2G4
-
- Jun 17, 2024
-
-
Move documentation to README.md in the Simulation
-
- Jun 11, 2024
-
-
Clean-up barcode() calls in Simulation code
-
- Jun 02, 2024
-
-
Johannes Junggeburth authored
-
- May 31, 2024
-
-
main-coverity-MCTruth
-
- May 30, 2024
-
-
Minor clean-up of clients of PrimaryParticleInformation
-
Introduce a common naming scheme for methods and variables related to GenParticles representing particles after all interactions so far Rename variables and methods related to GenParticles representing the particle being simulated after all interactions so far
-
- May 28, 2024
-
-
Introduce a common naming scheme for methods and variables related to primary GenParticles
-
- May 27, 2024
-
-
Beginning the process of documenting simulation classes
-
- May 18, 2024
-
-
Put GeoModel libs first in the Cmake lists Revert align store
-
G4ProfilingTools: Fix cppcheck warnings. Delete copy/assignment for classes that manage memory.
-
- May 17, 2024
-
-
HepMcParticleLink constructor syntax clean-up. Avoid using 0 in combination with HepMcParticleLink::IS_EVENTNUM in constructor calls as this is not properly supported. It is more correct to directly use 0 with HepMcParticleLink::IS_POSITION to indicate that the link is to the first GenEvent in the McEventCollection.
-
- May 15, 2024
-
-
Revert "Minor improvements" This reverts commit 27b52b4f15a4d272fd6341603f8e3bea3c23d1aa.
-
G4ProfilingTools: Fix cppcheck 2.14 warnings. Delete copy/assignment for classes that manage memory. Prefer returning const references to members rather than copies.
-
- May 08, 2024
-
-
G4UserActions: Fix cppcheck warning. Pass container by const reference, not by value. Delete copy/assignment for class managing memory.
-
- Apr 30, 2024
-
-
Add CMake option to enable LTO for AtlasGeant4 Use of LTO in Athena builds is not currently possible if the GCC checker plugins are in use. These are not yet LTO-aware, leading to build errors. Disabling these globally or per-LTO-using-package is not feasible as it could lead to the introduction of bad code. Whilst the plugins are made LTO-aware, introduce CMake option in Athena and AthSimulation for enabling LTO builds of the AtlasGeant4 "big" library. Set to OFF by default so that "normal" builds are unaffected. Builds wanting LTO can set the option to ON, but must also set ATLAS_USE_GCC_CHECKERS to OFF in this case.
-
- Apr 29, 2024
-
-
Walter Lampl authored
This reverts commit 9b36ad1f, reversing changes made to 4d2926b2.
-
Add CMake option to enable LTO for AtlasGeant4 Use of LTO in Athena builds is not currently possible if the GCC checker plugins are in use. These are not yet LTO-aware, leading to build errors. Disabling these globally or per-LTO-using-package is not feasible as it could lead to the introduction of bad code. Whilst the plugins are made LTO-aware, introduce CMake option in Athena and AthSimulation for enabling LTO builds of the AtlasGeant4 "big" library. Set to OFF by default so that "normal" builds are unaffected. Builds wanting LTO can set the option to ON, but must also set ATLAS_USE_GCC_CHECKERS to OFF in this case.
-
- Apr 23, 2024
-
-
Update TruthIncidents and ISFParticle to know about uniqueID
-
- Apr 18, 2024
-
-
main-cppcheck-G4DebuggingTools
-
- Mar 27, 2024
-
-
Add status to transient TrackRecord class and add, but not use a new persistent class
-
- Mar 18, 2024
-
-
Add truthID method to return GenParticle::id() to InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes
-