Commit Graph

5 Commits

Author SHA1 Message Date
lars 517ba2ecb2 add child_track_ids array column to Steps; remove parent_id
Each Steps row now carries a variable-length child_track_ids int array
containing the track IDs of all secondaries spawned during that step.
The parent_id column is removed — parentage is now expressed
unidirectionally (parent→children) via child_track_ids and the Spawning
ntuple, rather than bidirectionally.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 10:30:36 +02:00
lars 01df646aa9 add run_pbwo4 C++ executable; fix missing std headers for Geant4 11.4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 09:19:55 +02:00
Jan Kieseler 381aa6ea91 output file 2023-10-13 09:09:02 +02:00
Jan Kieseler 90975a7c24 snapshot with output 2023-09-08 14:33:33 +02:00
Jan Kieseler cbb59ee8d7 initial 2023-09-07 20:35:46 +02:00