- May 31, 2024
-
-
main-coverity-MCTruth
-
- May 30, 2024
-
-
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
-
- 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
-
- Mar 24, 2017
-
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: 6d37fd66
-
- May 09, 2016
-
-
Elmar Ritsch authored
Merge changes from MCTruth-00-02-00->MCTruth-00-02-00-03 into trunk. ATLASSIM-2701 : Add pointer to primary (generator) MC truth particle to VTrackInformation. Critical for fix of incorret calibration hits assignment. ATLASSIM-2456 + Introduce more appropriate naming for pointer to base ISFParticle in various TrackInformation classes. (MCTruth-00-04-00) * Merge changes from MCTruth-00-02-00->MCTruth-00-02-00-03 into trunk. ATLASSIM-2701 : * Add pointer to primary (generator) MC truth particle to VTrackInformation. Critical for fix of incorret calibration hits assignment. ATLASSIM-2456 * Introduce more appropriate naming for pointer to base ISFParticle in various TrackInformation classes. * tagging MCTruth-00-04-00 2015-09-15 John Chapman <John.Chapman@cern.ch> * Removed MCTruth/CosmicTRSD.h, src/CosmicTRSD.cxx, MCTruth/TrackRecorderSD.h, src/TrackRecorderSD.cxx - Merged into TrackWriteFastSim/TrackWriteFastSD. ATLASSIM-2144. Requires TrackWriteFastSim-00-03-00 or later. * Removed MCTruth/TruthStrategy.h, src/TruthStrategy.cxx, MCTruth/TruthStrategyManager.h, src/TruthStrategyManager.cxx, MCTruth/MCTruthSteppingAction.h, src/MCTruthSteppingAction.cxx, MCTruth/AtlasTrajectory.h, src/AtlasTrajectory.cxx, src/components, python - moved to MCTruthBase. Requires MCTruthBase-00-01-01 onwards. ATLASSIM-2144 ... (Long ChangeLog diff - truncated)
-
- Feb 07, 2015
-
-
Zach Marshall authored
* Updating TrackRecordCollection to vector<T> * Tagging: MCTruth-00-01-16 2015-01-17 Elmar Ritsch <Elmar.Ritsch@cern.ch> * Fixing uninitialized member variable in one of the TrackInformation constructors (ATLASSIM-1738) * Tagging: MCTruth-00-01-15 2015-01-17 Elmar Ritsch <Elmar.Ritsch@cern.ch> * Fixing uninitialized member variable in TrackBarcodeInfo constructor (ATLASSIM-1738) * Tagging: MCTruth-00-01-14 2015-01-16 Elmar Ritsch <Elmar.Ritsch@cern.ch> * Adding boolean flag in VTrackInformation (+derived classes) for tracks that were returned to the ISF (ATLASSIM-1738) * Tagging: MCTruth-00-01-13
-
- Sep 19, 2014
-
-
Zach Marshall authored
-