- Mar 23, 2023
-
-
Markus Frank authored
Allow users to add track user information to G4 tracks, which then moves to Geant4Particle for saving
-
- Jan 20, 2023
-
-
Andre Sailer authored
If we do not already store particles that become important'ish later we get a fatal error because the equilavent finding might not be able to find this particle
-
Andre Sailer authored
-
Andre Sailer authored
This logic only incurs a runtime overhead of two if checks if no particles are ever suspended. Store non-primary particles that are suspended in a different map to pick their initial information up later again.
-
Andre Sailer authored
ParticleHandler: account for modified stacking actions, were tracking of a particle could be paused and later restarted. Pick up the particle information that we have stored and go on from there
-
- Nov 22, 2022
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jul 26, 2022
-
-
Markus Frank authored
-
- Jul 19, 2022
-
-
Markus Frank authored
-
- Aug 25, 2021
-
-
Markus Frank authored
-
- Mar 02, 2021
-
-
Markus FRANK authored
-
- Dec 03, 2020
-
-
Marko Petric authored
-
- Nov 16, 2020
-
-
Markus FRANK authored
-
- Sep 04, 2020
-
-
Markus Frank authored
-
- Apr 09, 2020
-
-
Andre Sailer authored
-
- Feb 14, 2018
-
-
Markus Frank authored
-
- Oct 13, 2017
-
-
Markus Frank authored
Improve the CMS example. Add word for the raw generator status of generator particles to Geant4Particle
-
- Sep 18, 2017
-
-
Frank Gaede authored
-
- Jul 17, 2017
-
-
Markus Frank authored
-
- Jun 19, 2017
-
-
Markus Frank authored
-
- Apr 20, 2017
-
-
Andre Sailer authored
if the hit is produced by a particle that is not kept in the MCParticle history we set the bit added originalG4ID to Geant4Particle class for faster lookup, as this ID is stored with the hit Otherwise we need a complicated and time-consuming logic to parse the equivalent map if this hit really belonged to that track
-
- Mar 31, 2017
-
-
Markus Frank authored
Add test to dump hits from MultiSegment-MultiCollections example. Investigate issue: https://github.com/AIDASoft/DD4hep/issues/141 for details
-
- Feb 03, 2017
-
-
Markus Frank authored
-
- Jan 25, 2017
-
-
Markus Frank authored
-
- Sep 01, 2016
-
-
Markus Frank authored
-
- Aug 09, 2016
-
-
Markus Frank authored
-
- Apr 08, 2016
-
-
Andre Sailer authored
The G4event primary map does not know about the final state particles, apparently. Need to find the G4Primaries we know about in the primaryMap and look the the corresponding TrackID that was updated inside Geant4
-
- Feb 22, 2016
-
-
Andre Sailer authored
need to compare vertex of particle (vsXYZ) with endpoint of parent (veXYZ)
-
- Feb 02, 2016
-
-
Andre Sailer authored
avoid magic numbers :)
-
Andre Sailer authored
-
Andre Sailer authored
Moved LEFT_DETECTOR and PARTICLE_STOPPED
-
Andre Sailer authored
remove clearing of status (no longer necessary)
-
Andre Sailer authored
Fix typo in docstring Geant4ParticleHandle: add printout of status bits in dump4
-
- Dec 07, 2015
-
-
Markus Frank authored
-
- Jul 12, 2015
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Mar 11, 2015
-
-
Markus Frank authored
Fix hundreds of std=c++11 compiler warningsAllow to change compiler settings in cmake/DD4hep.cmake valid for all packages.Watch out for CMAKE_CXX_FLAGS in cmake/DD4hep.cmake.Move to use Boost spirit::phoenix version 3. ---- Prepare for ROOT 6
-
- Mar 09, 2015
-
-
Markus Frank authored
-