- May 31, 2024
-
-
main-coverity-MCTruth
-
- May 28, 2024
-
-
Drop redundant PrimaryParticleInformation::SetParticle() method
-
- Dec 06, 2023
-
-
Compilation fixes for the main--HepMC2 nightly
-
- Dec 01, 2023
-
-
Update TrackBarcodeInfo constructor to take uniqueID as well as barcode + replace some calls to GetParticleBarcode with GetParticleUniqueID
-
- Feb 23, 2023
-
-
cache the barcodes in Simulation/G4Sim/MCTruth/MCTruth/
-
- Jan 31, 2023
-
-
Avoid copying of shared pointers
-
- Dec 14, 2022
-
-
scott snyder authored
Passing pointer member to a non-const pointer from a const method.
-
- Nov 17, 2022
-
-
Frank Winklmeier authored
This is similar to !58354 and removes unnecessary `const` qualifiers on `GenParticle` and `ISFParticle` to avoid `const_cast` downstream for the following classes: - `PrimaryParticleInformation` - `TrackBarcodeInfo` - `TrackInformation` - `VTrackInformation`
-
- Jul 08, 2020
-
-
John Chapman authored
-
- Apr 26, 2020
-
-
- Mar 24, 2017
-
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: 6d37fd66
-
- Feb 15, 2017
-
-
John Derek Chapman authored
MCTruth/TrackHelper.h, src/TrackHelper.cxx - add GetParticleLink method to build a HepMcParticleLink corresponding to the current G4Track. Includes commented out code for post-HepMcParticleLink migration (ATLASSIM-2430). CMakeLists.txt, cmt/requirements - add use statements for GeneratorObjects and ISF_Event. Tagging MCTruth-00-05-00 (MCTruth-00-05-00) 2016-07-14 John Chapman <John.Chapman@cern.ch> * MCTruth/TrackHelper.h, src/TrackHelper.cxx - add GetParticleLink method to build a HepMcParticleLink corresponding to the current G4Track. Includes commented out code for post-HepMcParticleLink migration (ATLASSIM-2430). * CMakeLists.txt, cmt/requirements - add use statements for GeneratorObjects and ISF_Event. * tagging MCTruth-00-05-00 Former-commit-id: b81f3380
-
- Sep 19, 2014
-
-
Zach Marshall authored
-