Skip to content

G4 particle info

Stanislava Sevova requested to merge g4_particle_info into master

This MR supersedes !215 (closed) which was not merged due to technical issues. This MR uses the FW::SimHitContainer to store information from the Geant4 particle in the GeantinoRecordingExample. The Geant4 MMEventAction and MMSteppingAction are modified to read out the position, time, and 4-mom of at each G4Step per track and stored in the SimHitContainer. The RootSimHitWriter is added to the GeantinoRecordingExample to read and write out the information stored in the SimHitContainer per every G4Event.

Edited by Stanislava Sevova

Merge request reports