|
actions
|
Immutable initial information recorded for one Geant4 track. More...
#include <gTrackProvenance.h>
Data Fields | |
| int | pid = 0 |
| int | tid = 0 |
| int | mtid = 0 |
| int | otid = 0 |
| double | kinetic_energy = 0 |
| G4ThreeVector | momentum |
| G4ThreeVector | vertex |
Definition at line 15 of file gTrackProvenance.h.
| double GTrackRecord::kinetic_energy = 0 |
Definition at line 21 of file gTrackProvenance.h.
| G4ThreeVector GTrackRecord::momentum |
Definition at line 22 of file gTrackProvenance.h.
| int GTrackRecord::mtid = 0 |
Definition at line 19 of file gTrackProvenance.h.
| int GTrackRecord::otid = 0 |
Definition at line 20 of file gTrackProvenance.h.
| int GTrackRecord::pid = 0 |
Definition at line 17 of file gTrackProvenance.h.
| int GTrackRecord::tid = 0 |
Definition at line 18 of file gTrackProvenance.h.
| G4ThreeVector GTrackRecord::vertex |
Definition at line 23 of file gTrackProvenance.h.