Introduction to GEANT4

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 518: Line 518:
=== <span style="color:#000080"> Track </span> ===  
=== <span style="color:#000080"> Track </span> ===  
-
Track is a snapshot of a particle and it is represented by <span style="color:#ff0000"> G4Track </span> class. At the end of the event the track objects do not exist. Tracks are updated by steps. At the end of each step the state of a track can be changed (killed, suspended, postponed).     
+
Track is a snapshot of a particle and it is represented by <span style="color:#ff0000"> G4Track </span> class. At the end of the event the track objects do not exist. Tracks are pushed step by step. Moving by one step is called "stepping" and this can be controlled by the <span style="color:#ff0000"> G4UserSteppingAction </span> class (see below). At the end of each step the state of a track can be changed (killed, suspended, postponed).     
=== <span style="color:#000080"> Step </span> ===
=== <span style="color:#000080"> Step </span> ===

Revision as of 18:07, 10 July 2014

Personal tools